Preserved Topic: Hyperlinking and changing layer visibility on load |
|
---|---|
Author | Thread |
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 03-22-2000 22:26
Is it possible to hyperlink to a web page in a way that would make a layer on that page visible and hide other layers when by default other layers are hidden/showing?<P>This may be confusing to read, sorry.<P>------------------ |
Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden |
posted 03-22-2000 23:25
Hey! That was confusing to read, sorry! <P>Hmm, you'd want to call the page, and send a variable along with it to tell it to hide one layer and show another, right? Seems to me you could send along the data as an escaped value, like...<P>index.html?value<P>It'd go to that page, index.html, and then in a javascript you could check for the value, like...<P>value = unescape(location.search); |