<script language = "javascript">
function getVal()
{
alert("Tex Val is:"+ window.document.frmtext.txtname.value);
</script>
<form name = "frmtext" >
<input type = text id = txtname name = txtname" onblur= "getVal()">
</form>
You have to include one more property called action to the same asp page or js page or html so that you could get the value of the control and write a function to display..
i.e., suppose your file name is send.html then your form tag should be as follows
<form name=fu action=...
Hi Friend,
I am also facing the same problem.. can you just tell me once you got a solution.. I too help you once I know the solution.. since 3 days I am trying with many options still I couldn't find the solution..
Thanks & Regards,
Manjunath
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.