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!
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!