<html>
<head>
<script type="text/javascript">
function message()
{
alert("欢迎您!")
}
</script>
</head>
<body οnlοad="message()">
<body>
</html>
<head>
<script type="text/javascript">
function message()
{
alert("欢迎您!")
}
</script>
</head>
<body οnlοad="message()">
<body>
</html>