<html>
<head>
<script type="text/javascript">
function myFunction()
{
return ("Hello");
}
</script>
</head>
<body>
<script type="text/javascript">
document.write(myFunction())
</script>
</body>
</html>
<head>
<script type="text/javascript">
function myFunction()
{
return ("Hello");
}
</script>
</head>
<body>
<script type="text/javascript">
document.write(myFunction())
</script>
</body>
</html>
No comments:
Post a Comment