Rank: Advanced Member Groups: Member
Joined: 7/26/2009 Posts: 36
|
I am using EO's menu and Multipage/Pageview controls in a way that each menu item corresponds to a particular pageview. I can do this using serverside events but I want to use clientside events and javascript instead.
So what would I need to put in the menu item's OnClickScript attribute in order to make this happen.
I tried the following...
<eo:MenuItem Text-Html="Evaluations" OnClickScript="eo_GetObject('JobCoachPages').selectedIndex(1);">
I am truly a newbie when it comes to this web stuff so please, be patient and be kind :-).
Jerry
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
|
Rank: Advanced Member Groups: Member
Joined: 7/26/2009 Posts: 36
|
That's it... thanks!
You folks are quick... and that way good!
|