Use the 'script' tag to incluse your javascript code
代码如下:
<html>
<head>
<title>Title of Document</title>
<script>
// All Your Javascript Code goes In Here Between the opening and closing script tags.
</script>
</head>
<body>
The content of
your page here.
</body>
</html>
posted on 2007-09-25 11:25
jadmin 阅读(52)
评论(0) 编辑 收藏