Outlook 2003 duplicate form post...

O

Orion41

I am sending an html email from ASP, this email has a form on it that
submits back to my server, long story short every time I submit this
form in outlook I get 2 submitions. If I copy/past the HTML code into
a file and open it with IE - I get only one post.

Code:

Some text.....

<form Action="http://www.myserver.com/web/LeadMgt5.asp?WTCID=7&OID=226814"
method=Post> <textarea name="distcomments" rows=5
cols=50></textarea> <input type="submit" name="go" value="Send my
Feedback">

</Form>

Server code looks ok.

Thanks!
 

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

Top