Forum Moderators: phranque
Thanks!
There's nothing to "get around". It's doing what it's supposed to do. You defined the layer as hidden.
You can unhide it with Javascript. I guess in this case the way to go would be to have a Javascript onload function check the referrer, and if it's the page that contains the link, unhide the layer.
But, of course, this isn't going to work if the user has Javascript disabled. So, it would be better to use a server-side script instead of static HTML for the page with the hidden layer.
Better yet, why not do something dead simple. Have you considered having two versions of the page, instead of using a hidden layer? Why complicate things?
Thanks again! I'm starting on separate pages...
Vickie