Hi all,
I have a page that includes a JS-based tabbed menu. From another page, I want to be able to 1) launch the menu'd page and 2) take the user right to a tab (that isn't the default).
The launch the page part is HTML 101 href stuff, but how do I get the link to run "step 2" when the launched page loads?
I've tried this with onclick AND onload to no avail:
<a href=" onclick="tabview_switch('TabView', 2);" target="_blank">click here</a>
Thanks!
EB
I have a page that includes a JS-based tabbed menu. From another page, I want to be able to 1) launch the menu'd page and 2) take the user right to a tab (that isn't the default).
The launch the page part is HTML 101 href stuff, but how do I get the link to run "step 2" when the launched page loads?
I've tried this with onclick AND onload to no avail:
<a href=" onclick="tabview_switch('TabView', 2);" target="_blank">click here</a>
Thanks!
EB