展开全部
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title></title>
<script type='text/javascript' src='somecode.js'></script>
<script type='text/javascript' language='javascript'>
<!--
somecode
//-->
</head>
</script>
<body>
<script type='text/javascript' language='javascript'>
<!--
somecode
//-->
</script>
<img src='' onclick='somecode'/>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title></title>
<script type='text/javascript' src='somecode.js'></script>
<script type='text/javascript' language='javascript'>
<!--
somecode
//-->
</head>
</script>
<body>
<script type='text/javascript' language='javascript'>
<!--
somecode
//-->
</script>
<img src='' onclick='somecode'/>
</body>
</html>
展开全部
<script language="javascript">
</script>这是一种,在页面中直接写JS脚本
<script src="yourJS.js" language="javascript"></script>这是在你的JSP页面,引入JS
</script>这是一种,在页面中直接写JS脚本
<script src="yourJS.js" language="javascript"></script>这是在你的JSP页面,引入JS
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
javascript代码可以添加在页面的任何区域 可以是body 区,也可以是head区 ,也可以是其他区域。
如果是纯粹的函数 写哪里根本没有关系。但是如果不是单纯的函数 还有其他非函数语句 这就要主要它的位置了 因为浏览器是按顺序执行的。很可能找不到对象
如果是纯粹的函数 写哪里根本没有关系。但是如果不是单纯的函数 还有其他非函数语句 这就要主要它的位置了 因为浏览器是按顺序执行的。很可能找不到对象
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
....
<head>
<script language="javascript">
function test(){
alert("test");
....
}
</script>
</head>
....
<head>
<script language="javascript">
function test(){
alert("test");
....
}
</script>
</head>
....
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询