PDA

View Full Version : Email Form Validation and redirection


mmasci
11-06-2002, 06:45 AM
I am trying to send out an email form that will send the responses to a server side database using an ASP script.

The back end ASP scripting setup is fine and the results are going into a database, but the validation JavaScript is not working in Microsoft Outlook. I believe this is due to security settings which cannot be addressed due to restricted access issues.

Is there any way that the form can be set up so that if the JavaScript is enabled in the user's mail application then the form will run as it sits within the email... and if JavaScript is not enabled in the web application, how can I redirect the user to a HTML copy of the email in a new web browser window opening up the same form?

Help!!!

mmasci.

joh6nn
11-06-2002, 06:00 PM
i'm not sure that's possible. i think your best bet would be to just provide a link for people to follow. that's guarenteed to work, where as, the redirect and javascript, et al, are not.