Form Submit Problem With Certain Browsers

P

Paputxi

I have created several forms which work fine with IE7. That is, using IE7
the viewer fills in the form and hits submit. They get a Thank You web page
and I get their inputs as expected. However, if the viewer is using other
web browsers, like Firefox and Safari (I've tried these myself), when they
hit the submit button, the email client application starts up, which is not
what is expected nor intended.

Does anyone know how to resolve this problem? I'm hoping it is just is a
browser setting issue, but if it is I can't figure it out.

Thanks in advance.
 
T

Thomas A. Rowe

Please provide a link to the form with this issue.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================
 
T

Tom [Pepper] Willett

Please post a URL to one of the forms in question.
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
"You're a daisy if you do!"
---
FrontPage Support:
http://www.frontpagemvps.com/
===
:I have created several forms which work fine with IE7. That is, using IE7
: the viewer fills in the form and hits submit. They get a Thank You web
page
: and I get their inputs as expected. However, if the viewer is using other
: web browsers, like Firefox and Safari (I've tried these myself), when they
: hit the submit button, the email client application starts up, which is
not
: what is expected nor intended.
:
: Does anyone know how to resolve this problem? I'm hoping it is just is a
: browser setting issue, but if it is I can't figure it out.
:
: Thanks in advance.
 
R

Ronx

Change this:

<a href="mailto:[email protected]">
<input type="image" border="0" src="images/page_buttons/submit.gif"
width="79" height="20" name="submit"></a>

to

<input type="image" border="0" src="images/page_buttons/submit.gif"
width="79" height="20" name="submit">

IE will submit the form, other browsers will run the mailto: link
without submitting the form.

--
Ron Symonds
MVP (FrontPage)
Reply only to group, emails will be deleted unread.


Paputxi said:
Here's one: http://www.afsla.org/contact_us.htm

Tom [Pepper] Willett said:
Please post a URL to one of the forms in question.
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
"You're a daisy if you do!"
---
FrontPage Support:
http://www.frontpagemvps.com/
===
:I have created several forms which work fine with IE7. That is,
using IE7
: the viewer fills in the form and hits submit. They get a Thank You
web
page
: and I get their inputs as expected. However, if the viewer is
using other
: web browsers, like Firefox and Safari (I've tried these myself),
when they
: hit the submit button, the email client application starts up,
which is
not
: what is expected nor intended.
:
: Does anyone know how to resolve this problem? I'm hoping it is
just is a
: browser setting issue, but if it is I can't figure it out.
:
: Thanks in advance.
 
R

Ronx

To be clear, with the mailto: link wrapping the submit button IE7 and
earlier will submit the form and ignore the link, other browsers will
use the link, and not submit the form. I don't know what IE8 does.
--
Ron Symonds
MVP (FrontPage)
Reply only to group, emails will be deleted unread.


Ronx said:
Change this:

<a href="mailto:[email protected]">
<input type="image" border="0" src="images/page_buttons/submit.gif"
width="79" height="20" name="submit"></a>

to

<input type="image" border="0" src="images/page_buttons/submit.gif"
width="79" height="20" name="submit">

IE will submit the form, other browsers will run the mailto: link
without submitting the form.

--
Ron Symonds
MVP (FrontPage)
Reply only to group, emails will be deleted unread.


Paputxi said:
Here's one: http://www.afsla.org/contact_us.htm

Tom [Pepper] Willett said:
Please post a URL to one of the forms in question.
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
"You're a daisy if you do!"
---
FrontPage Support:
http://www.frontpagemvps.com/
===
:I have created several forms which work fine with IE7. That is,
using IE7
: the viewer fills in the form and hits submit. They get a Thank You
web
page
: and I get their inputs as expected. However, if the viewer is
using other
: web browsers, like Firefox and Safari (I've tried these myself),
when they
: hit the submit button, the email client application starts up,
which is
not
: what is expected nor intended.
:
: Does anyone know how to resolve this problem? I'm hoping it is
just is a
: browser setting issue, but if it is I can't figure it out.
:
: Thanks in advance.
 
J

Jens Peter Karlsen

IE8 should be fully standards based so should run the link and ignore
the button. Haven't testet it though.

Regards Jens Peter Karlsen.
 

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