|
Displaying Source Code(s)
|
|
Displaying Alerts
--------------------------------------------------------------------------------
Description : showing alert
<html>
<head>
<title>Alert Test</title>
<script language="javascript" type="text/css">
<!--
msg()
{
alert("You have clicked me");
}
//-->
</script>
</head>
<body>
<a onclick="msg();">Click here</a>
</body>
</html>
|
|
|