...<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitio
发布网友
发布时间:2024-10-23 23:07
我来回答
共2个回答
热心网友
时间:2024-11-07 21:11
<html>
<head>
<script type="text/javascript">
function message()
{
alert("该提示框是通过 onload 事件调用的。")
}
</script>
</head>
<body>
</body>
</html>
message()这个函数的位置写你的代码 ……
热心网友
时间:2024-11-07 21:11
你用的是编辑器吗?能不能把你写的代码贴出来一个完整的看看,具体什么原因凡是都有可能。