Hi,
I'm trying to create a submittion form and after pressing submit I get a new message dialog box from Outlook and the info entered into the form isn't included. I need this to auto send when the button is pressed.
Thanks alot for the help..Russ
<html>
<head>
<title>Form Example</title>
</head>
<body>
<h1>Form Example</h1>
Enter the following information. When you press the display button, The data you send will be sent via email.
<FORM NAME="form1" action="mailto:info@kodycomputertraining.com" enctype="text/plain">
<b>Address:</b> <input type="text" length="30" name="address">
<p>
<b>Phone:</b> <input type="text" length="15" name="phone">
<p>
<input type="submit" value="submit"
</form>
<body>
<html>
I'm trying to create a submittion form and after pressing submit I get a new message dialog box from Outlook and the info entered into the form isn't included. I need this to auto send when the button is pressed.
Thanks alot for the help..Russ
<html>
<head>
<title>Form Example</title>
</head>
<body>
<h1>Form Example</h1>
Enter the following information. When you press the display button, The data you send will be sent via email.
<FORM NAME="form1" action="mailto:info@kodycomputertraining.com" enctype="text/plain">
<b>Address:</b> <input type="text" length="30" name="address">
<p>
<b>Phone:</b> <input type="text" length="15" name="phone">
<p>
<input type="submit" value="submit"
</form>
<body>
<html>