Click to See Complete Forum and Search --> : nof_menu_button


glenn351
03-29-2010, 07:45 AM
How can I change the action when a button is pushed. I have several buttons where I want no action taken (It's just there to show the sub menus) and others where I would like it to load a url rather than a page?

Example 1:
I don't want any action on this button

new NOF_Menu_Button('./html/services.html','./assets/images/autogen/Services_Np1.gif','./assets/images/autogen/Services_NRp2.gif'
Example 2:
I would like this to load http://www.changetowin.org

new NOF_Menu_Button('./html/change_to_win.html','./assets/images/autogen/Change_To_Win_Np1.gif','./assets/images/autogen/Change_To_Win_NRp2.gif')

Thanks
Glenn