[thelist] Redirecting a Form

Karen Whitman karen at dieseldesign.com
Tue Mar 20 11:13:03 CST 2001


Hi Everyone,

I've a form with an action="mailto:any at any.com" and would like this form
to redirect to a confirmation page.  At clients request, im trying to
'avoid using a CGI script'.   I've tried

:::
else{
document.productsServices.submit()
location = "confirm.html"
return true

}
  
at the end of the validation javascript, but no luck.  Also, the site
will be hosted on apache.  any suggestions?

thanks again!!

karen

  




More information about the thelist mailing list