M
MROPARTNER
I have the following button in an HTML e-mail that I am sending. How
do I change the code, so if the "Yes" Button is pressed then the text
box will = "Yes" ?
Thanks
<html>
<head>
<title>New Page 1</title>
</head>
<body>
<p><input type="Submit" value="Yes" name="Yes"></p>
<p><input type="text" name="T1" size="20"></p>
</body>
</html>
do I change the code, so if the "Yes" Button is pressed then the text
box will = "Yes" ?
Thanks
<html>
<head>
<title>New Page 1</title>
</head>
<body>
<p><input type="Submit" value="Yes" name="Yes"></p>
<p><input type="text" name="T1" size="20"></p>
</body>
</html>