Matt-D
Feb 7th, 2001, 11:36 AM
I've generated a textbox and a button with this method:
<HTML>
<BODY>
<p>
<hr WIDTH="100%"><form><b><tt><font size=+1>Manuelle Eingabe:</font></tt></b>
<input type=text value = "" size=40 maxlength=40><input type=submit value="Los!">
<br></form>
</body>
</html>
Now I want, that the address I have copyed into the text
box gets started when I clik on the button.
How do I do this ?
<HTML>
<BODY>
<p>
<hr WIDTH="100%"><form><b><tt><font size=+1>Manuelle Eingabe:</font></tt></b>
<input type=text value = "" size=40 maxlength=40><input type=submit value="Los!">
<br></form>
</body>
</html>
Now I want, that the address I have copyed into the text
box gets started when I clik on the button.
How do I do this ?