[thelist] Javascript URL variables

Chris Blessing webguy at mail.rit.edu
Mon Mar 18 15:10:09 CST 2002


You can use the location.search property.  Try this:

location.search = "?moviename=" + someNameYouWantHere;

I couldn't really understand the rest of your question, so if this answer
finds you short, please elaborate.

Chris Blessing
webguy at mail.rit.edu
http://www.330i.net

> Is there a way to pull URL variables using javascript?
>




More information about the thelist mailing list