PDA

View Full Version : Alert Blocker Script needed! HELP!


hgaraga
03-11-2003, 01:05 PM
Help! I need a Alert Blocker because I'm doing an E-Mail form and the alert that pops up as soon as you press the Submit button needs to be blocked. The message asks to confirm to send the form because it's going to be submitted through e-mail!!!!!! HELP!!!!! :confused:

requestcode
03-11-2003, 01:08 PM
If you are using the "mailto:emai@me.com" in your form action then you can't block it. That is built into the browser for security purposes. The only way around it is to use a Server Side script.

hgaraga
03-11-2003, 01:16 PM
jyoung (requestcode), but can it be done with ASP or ASP.NET? I'm opening a website on Brinkster at http://www10.brinkster.com/kcmak , where the only server-side scripting language is ASP and ASP.Net . If there is a way reply to me straight away! :confused: :)

requestcode
03-11-2003, 01:39 PM
You can process the form with a ASP script, but I am not knowledgable in ASP. That would be a question to ask in the Server Side Forum. You can't do it with JavaScript.

A1ien51
03-11-2003, 06:44 PM
brinkster does not allow email with the basic general account. They only allow it with paying accounts

Quiet Storm
03-11-2003, 08:35 PM
If you go with Angelfire, they have a form that you can adapt to your site. Uses CGI to send you email...

kwhubby
03-11-2003, 08:40 PM
why not make the two forms
one that has the values for you that submits to a cheking function wich if good or whatever sends it to the second form which is hidden which then submits