Hi
I have a link on a page that I use to direct the browser to another page no problem. However it is not just a URL link but also you could say a named anchor link since I want this particular link to open the relavent page and also display a div that is previously set to display:none and opened via a js function.
Please could someone suggest the code?
On another page i am acheiving a similar thing but instead of firing a js function to display the div, I am using a named anchor within scrolling divs (jquery effect) to open the desired page and slide accross the desired div eg:
<a href="nextpage.html" onclick="location ='nextpage.html#div2'" class="panel">philosophy</a>
I have tried all kinds of combinations for the hidden div but cannot trigger the js when the browser moves to the other page.
If theres another way to move to the next page and change the style of the div to display:inline, or whatever I dont mind.
Any help will be much appreciated.