bar03
04-09-2003, 06:01 PM
Hi there...
I'm trying to see how a "form" might work so I've used a mailto link to test it but when I select "Send" my default e-mail page appears instead of the form test being sent!:(
Do you see a problem with the HTML code below?(P.S. forget about the table attributes, its just a test!)
Thanking you in advance, Bar03
<!DOCTYPE html PUBLIC “-W3C//DTD XHTML 1.0 Transitional//EN”
“http:www.w3.org/TR/xhtml1/DTD/transitional.dtd”>
<html>
<head>
<title>Solicitors </title>
</head>
<body background= “blue1.jpg” >
<table border= “0”>
<form action= “mailto:http://www.barry@themortgagefile.com” method= “post”>
<tr>
<td> Your Name:<input type= “text” name= “name” /></td>
</tr>
<tr>
<td> Address:<input type= “text” name= “address” /></td>
</tr>
<tr>
<td><input type= “submit” value= “Send” /></td>
<td><input type= “reset” value= “Reset” /></td>
</tr>
</table>
</form>
</body>
</html>
I'm trying to see how a "form" might work so I've used a mailto link to test it but when I select "Send" my default e-mail page appears instead of the form test being sent!:(
Do you see a problem with the HTML code below?(P.S. forget about the table attributes, its just a test!)
Thanking you in advance, Bar03
<!DOCTYPE html PUBLIC “-W3C//DTD XHTML 1.0 Transitional//EN”
“http:www.w3.org/TR/xhtml1/DTD/transitional.dtd”>
<html>
<head>
<title>Solicitors </title>
</head>
<body background= “blue1.jpg” >
<table border= “0”>
<form action= “mailto:http://www.barry@themortgagefile.com” method= “post”>
<tr>
<td> Your Name:<input type= “text” name= “name” /></td>
</tr>
<tr>
<td> Address:<input type= “text” name= “address” /></td>
</tr>
<tr>
<td><input type= “submit” value= “Send” /></td>
<td><input type= “reset” value= “Reset” /></td>
</tr>
</table>
</form>
</body>
</html>