View Single Post
Old 04-14-2008, 07:47 PM   PM User | #2
WA
Administrator


 
Join Date: Mar 2002
Posts: 2,596
Thanks: 2
Thanked 19 Times in 18 Posts
WA will become famous soon enough
Sure, you can directly call the code:

Code:
jkpanel.$mainpanel.click()
to open/close the panel. Using a link then, it'd look something like:

Code:
<a href="#" onClick="jkpanel.$mainpanel.click(); return false">Open/ Close panel</a>
__________________
- George
- JavaScript Kit- JavaScript tutorials and 400+ scripts!
- JavaScript Reference- JavaScript reference you can relate to.
WA is offline   Reply With Quote