我试着调用我设定的topmsg和style,但不知道还少些什么,浏览器总是说topmsg未定义?
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<script language="javascript">
<!--表示显示的信息-->
var message='<b><a href="#" target="_blank">按时消失的链接(5秒后自动消失)</a></b>';
<!--定义背景色-->
var backgroundcolor="#00FFFF";
if (document.all){<!--ie浏览器-->
topmsg.style.backgroundColor=backgroundcolor;<!--设置链接的背景颜色-->
document.write('<span id="topmsg" style="position:absolute;visibility:hidden">'+message+'</span>');<!--显示链接的内容-->
}
</script>
</body>
</html>
我想知道如何调用正确调用我设定的topmsg