Click to See Complete Forum and Search --> : sending form data


jrbp
10-03-2003, 10:06 PM
how do i send form data from one html page to the next where it will be used to write a document?

Thanks, Josh

Jona
10-03-2003, 10:21 PM
It can't be done in JavaScript unless you either set a cookie and read it on the next page or use the GET method in the form and parse the URI via JavaScript on the next page.

[J]ona