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