BUTTON CLICK CREATE DIV AND PASSWORD TEXTBOX CONTROL


< Script >
function DivWindow()
{
var StrHtml;
StrHtml="
";
StrHtml=StrHtml+" Password : ";
StrHtml=StrHtml+"
";
document.write (StrHtml);
alert(document.getElementById("test").value);
}
</script >
< input type="button" value ="ClickHere" onclick="DivWindow();"/ >


Comments

No responses found. Be the first to comment...


  • Do not include your name, "with regards" etc in the comment. Write detailed comment, relevant to the topic.
  • No HTML formatting and links to other web sites are allowed.
  • This is a strictly moderated site. Absolutely no spam allowed.
  • Name:
    Email: