[thelist] Posting Data with JavaScript

.jeff jeff at members.evolt.org
Fri Dec 14 05:03:01 CST 2001


mark,

><><><><><><><><><><><><><><><><><><><><><><><><><><><><><
> From: Mark Howells
>
> http://www.mark.ac/photo/index.php?li=coll&lang=e
>
> You'll need some kind of server processing to do
> anything with the data at server level, but the browser
> Javascript on the "receiving page" can get the query
> parameters using location.search.
>
> For example
>
> alert(location.search) would produce "?li=coll&lang=e"
> (which you can then cut up using the substring()
> method).
><><><><><><><><><><><><><><><><><><><><><><><><><><><><><

or, save yourself a ton of time and headache and use something i put
together:

http://members.evolt.org/jeff/code/js_url_variables/index.cfm

enjoy,

.jeff

http://evolt.org/
jeff at members.evolt.org
http://members.evolt.org/jeff/






More information about the thelist mailing list