On 03 Nov 2004 01:06:18 GMT, Angi <> wrote:
> Mike,
> Thank you for being gentle with the newbie!
[snip]
> I think you're talking about me not using .asp. My host doesn't allow
> them so I needed to find another way to what I need to do.
There are other server-side languages. Any one of them should suffice.
[snip]
> I understand the concept of a cookie, but I still don't know how to
> refer to a form control after the window has closed.
You can't and the idea is that you don't need to. However, the approach
isn't appropriate in your case. I was merely pointing out what Hal was
referring to; I didn't intend to mislead you.
The intention was that the form values would be saved in the cookie and
held there during the transition to the next page. Here you could read the
values back (assuming cookies were supported).
What you began to do - pass the values through the URL - would be best if
server-side support isn't available. To find prepared code for parsing the
query/search string, search the archives:
<URL:http://groups.google.com/groups?q=group%3Acomp.lang.javascript+parse+query+ %7C+search+string>.
[snip]
Mike
--
Michael Winter
Replace ".invalid" with ".uk" to reply by e-mail.