010.htm

来自「javascript源码集锦」· HTM 代码 · 共 21 行

HTM
21
字号
<!-- This script has been in the http://www.javascripts.com Javascript Public Library! -->
<!-- Note that though this material may have been in a public depository, certain author copyright restrictions may apply. -->
<html>

<head>
<title>The_Creator27 strikes again</title>
</head>

<body bgcolor="Black">
<font face="Arial" Size="5" color="Green"><b><script language="JAVASCRIPT">
<!-- This script was written by The_Creator27 and is not to be copied without first e-mailing me at The_Creator27@Bigfoot.com -->
var name = prompt("What is your name?","anonymous")
document.write ("Hello, "+ name +" look at the status bar! You can edit this script quite easily, just view the source!")
window.status="Hi "+ name +", The_Creator27 strikes again"
</script>
</b></font>
</body>
</html>
<!-- Remember I am The_Creator27 -->
<!-- Simba says Roar. -->

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?