Hello,
I have divs that are set to display:none that activate like below:
My question is how can i link from a different page to land to the div_2 showing?Code:<a href="#" onclick="toggle('2'); return false;">Link 2</a> <div class="closed" id="div_2"> <img src="imgage.jpg" /> </div>



Reply With Quote
Bookmarks