同一目录下的两个网页间建立基准超链接和书签链接,兵定义打开方式为新窗口。要求用html标记语言编写,

来源:百度知道 编辑:UC知道 时间:2024/05/28 00:46:15
是用html标记语言编写,还有课程表的htm代码,斜线头怎么做呀

假设两个网页名字为A.htm和B.htm则,A页面中打开B页面。代码为
<script langage=javascript>
function=openwindow()
{window.open("B.htm")
}
</script>
<body onload=openwindow();>
</body>

楼上的,人家说要用html
<a href="b.htm" target="_blank">新的网页</a>
书签链接不知道啥玩意