I'm using the "Effect.BlindDown('id'); return false;" on a page and it's working great. onClick and everything shows once it's clicked (the div is "display:none").
The question is, "How do I get the Effect to enable from a link from another page."
I have a button on the home page that when the visitor clicks it and takes them to this page I want the hidden content visible. Any other time I want it to be hidden when the visitor pops up. Is there anything I can add to the button's (it's an image) <a> tag that will call a javascript call from the address bar?
Something like <a href="www.website.com/jobs.html?javascript:Effect.BlindDown('id'); return false;">
That doesn't work as I've tried it, but is there a way to get what I'm asking for? Thanks!
The question is, "How do I get the Effect to enable from a link from another page."
I have a button on the home page that when the visitor clicks it and takes them to this page I want the hidden content visible. Any other time I want it to be hidden when the visitor pops up. Is there anything I can add to the button's (it's an image) <a> tag that will call a javascript call from the address bar?
Something like <a href="www.website.com/jobs.html?javascript:Effect.BlindDown('id'); return false;">
That doesn't work as I've tried it, but is there a way to get what I'm asking for? Thanks!