Hi,
I'm trying to get this bit of script to work:
I use the following to toggle on and off a table...
Quote:
|
<A style="FLOAT: left" onclick="return toggle_collapse('option2')" href="#top">SUBSCRIBE</A>
|
but I'm trying to do it to get to the right area of the page with "#option2" and then also to toggle the table on with "return toggle_collapse('option2')"
Quote:
|
<A style="FLOAT: left" onclick="return toggle_collapse('option2')" href="#option2">SUBSCRIBE</A>
|
Any idea why its not wokring?