maybe this isn't the right way to do this at all. i don't really know much about this kind of stuff-- the special effects goodies and all that-- DOM manipulation-- i guess that's what it's called? sorry, i just feel out of the js loop. maybe i shouldnt feel that way. blah, blah..anyway...
i have a question about the script i picked up-- and if you have something better, please let me know. if you take a look at the script at the link what i'm about to say will make more sense.
i'm making a page wherein there will be an image to click on, and the hidden thig is also an image. in my example, which has the same code essentially as my real page, i've only used text as the hidden object for the sake of time.
my concern is this: what happens when the visitor doesn't have javascript? using NoScript in Firefox, i see that the link, instead of opening the hidden object, it goes to the name of the hidden object's ID at the document root, causing a 404 error.
could this be avoided by using a "NoScript" line of code where i can tell it to have the hidden stuff opened instead of hidden-- so no 404 will happen, cause no need to click? or-- what's the best way to handle this whole thing? just looking for ideas on how to make it more failsafe.
thanks!!



Reply With Quote



Bookmarks