Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
ASP General
How text101 can't show 'eee'
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Jack, post: 4337874"] Thank you very much. I wrote this code: <SCRIPT LANGUAGE=JScript RUNAT=Server> .... var abc; abc=100; Response.Write("text100:") Response.Write("<INPUT type=text id=text100 name=text100 onchange=\"text101.value=" & abc & "\">"); Response.Write("<BR>"); Response.Write("<INPUT type=text id=text101 name=text101 >"); Response.Write("<BR>"); .... </SCRIPT> But text100 can't be showed. I want when text100 onchange,text101 show abc's value. Can you help me [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
ASP General
How text101 can't show 'eee'
Top