Compiled Codes for Our General Purpose Web Applications
Show welcome message to visitors of your website
<!-- Show welcome message to visitors of your website-->
<html>
<head>
<script language="javascript" type="text/javascript">
alert("Welcome to my site.")
</script>
</head>
</html>
No comments:
Post a Comment