How to dynamically update text without refreshing page? - CodingForums.com
How to dynamically update text without refreshing page? - CodingForums.com
Check out the post by glenngv.
The main point is this:
you can use a
Check out the post by glenngv.
The main point is this:
you can use a
tag instead of textbox.
change its value by:
document.getElementById("IDofDiv").innerHTML="some text here";
change its value by:
document.getElementById("IDofDiv").innerHTML="some text here";
0 Comments:
Post a Comment
<< Home