[thelist] java script and forms

.jeff jeff at members.evolt.org
Thu Jun 7 11:24:49 CDT 2001


oliver,

:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: From: Oliver Lockwood
:
: cheers for that but I don't know how to use
: a url "scope" ro recall the values so I'm
: still suck!! How do I do this?
:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

i gave an example of how to access them.  all the variables in the
query-string are available as properties of a url object.  so, you've got a
url like this:

brotherb.html?mfa=asdf&mfb=asdf&mfc=asdf&ffa=asdf

using this script, it will create a url object with the properties: mfa,
mfb, mfc, and ffa.  you can access the values of these properties through
the url object, like this:

url.mfa
url.mfb
url.mfc
url.ffa

make more sense?

good luck,

.jeff

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






More information about the thelist mailing list