Palomares
09-15-2005, 03:46 PM
Hi there newbie here:
Here's my code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>
<body>
<form name="form1" method="post" action="">
<p>
<input type="text" name="raultext">
</p>
<p>
<input name="submit" type="submit" id="submit" value="1" onClick="EscribeDigito('1')">
</p>
</form>
</body>
</html>
Quite boring yes?? well here goes my question,
I'd like to be able to click the number 1 button and make it appear in the text field. COuld anybody please point me in the right direction?
Thanks!
Here's my code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>
<body>
<form name="form1" method="post" action="">
<p>
<input type="text" name="raultext">
</p>
<p>
<input name="submit" type="submit" id="submit" value="1" onClick="EscribeDigito('1')">
</p>
</form>
</body>
</html>
Quite boring yes?? well here goes my question,
I'd like to be able to click the number 1 button and make it appear in the text field. COuld anybody please point me in the right direction?
Thanks!