Apply Now :

Message Box Example

Monday, 12 December 2011

<! HTML JAVA SCRIPT Program Message Box Example
<! Calibre IT & Management Institute
<! [ Krishna Suman ]

<HTML>
<HEAD>
Calibre IT & Management Institute
<BR>
<TITLE> Pass value from HTML to JavaScript </TITLE>
<script language="JavaScript" >
function hello(name)
{
alert("Hello! "+name);
}
</script>
</HEAD>
<BODY>
Get Hello Message<br>
<input type="button" onclick='hello("Rose India");' value="Click"/>
</BODY>
</HTML>




Share this Article on :

No comments:

Post a Comment