Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with "Mailto:"

Status
Not open for further replies.

Fris

Programmer
Jun 23, 2003
22
US
This morning, the following script worked perfectly well. I am using within an internet form that is written in VB. Now, when the Submit button is clicked IE 6.0 freezes up. Is it my code, or is it something in the equipment? The "IT" Dept says that they have been making some changes, but none that should impact my server.

Thank you in advance for your time!

<HTML>
<HEAD>
<TITLE>Test Form</TITLE>

</HEAD>

<HR>
<FORM NAME = &quot;mail_form&quot; ACTION = &quot;mailto:cshel@MyCompany.com?Subject=Comment mailto example&quot; METHOD = &quot;POST&quot; ENCTYPE = &quot;text/plain&quot;>
<INPUT TYPE = &quot;hidden&quot; SIZE = 0 NAME = &quot;Info&quot;>
<table>
<tr>
<td>
Name:
<td>
<INPUT TYPE = &quot;text&quot; NAME = &quot;Name&quot;>
<TR>
<td>
Subject:
<td>
<INPUT TYPE = &quot;text&quot; NAME = &quot;Subject&quot;>
<tr>
<td>

</table>
<CENTER>
<INPUT TYPE = &quot;submit&quot; VALUE = &quot;Request Approval&quot;>
</CENTER>
</FORM>
</body>
</html>

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top