T
Tony Johansson
Hello!
Hello!
Below I have some html code that display a InputTextBox and on row 2 I have
a input HTML button
and on row 3 I have another InputTextBox
I hope that someone could tell me how I write Java script or a VBScript that
is to be run on the client side
when the input button is clicked that move the text from the upper textbox
to the lower textbox.
Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<h3>Write something in the upper box, please </h3>
<input id="Text1" type="text" />
<br />
<input id="Button1" type="button" value="Read" />
<br />
<input id="Text2" type="text" />
</form>
</body>
</html>
//Tony
Hello!
Below I have some html code that display a InputTextBox and on row 2 I have
a input HTML button
and on row 3 I have another InputTextBox
I hope that someone could tell me how I write Java script or a VBScript that
is to be run on the client side
when the input button is clicked that move the text from the upper textbox
to the lower textbox.
Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<h3>Write something in the upper box, please </h3>
<input id="Text1" type="text" />
<br />
<input id="Button1" type="button" value="Read" />
<br />
<input id="Text2" type="text" />
</form>
</body>
</html>
//Tony