FORM MAIL IN OUTLOOK

  • Thread starter Thread starter djlight
  • Start date Start date
D

djlight

Hi,
I have this code in a html page

<form name="form1" method="post" action="(e-mail address removed)?subject=RICHIESTA
ISCRIZIONE&body=xxxx">
<input type="submit" name="Submit" value="SEND">
</form>

This code is only used by 2 computers.
The first is running Windows Xp SP2 with Office outlook 2002 no sp.
With this computer when i press the send button on form, outlook opens
a window with the mail but doesn't send it. (what I want)
The second is running Windows Xp SP2 with Office outlook 2003 No sp
Whit this computer when i press the send button on form, outlook
automatically sends the email. (what I don't want)
I'd like that outlook 2003 will work as outlook 2002. (Open email
window but don't send)
What can i do?
THX
Matteo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top