签名提示

 

点击这里看效果


在 <body> 与 </body> 之间加入:

<script language="JavaScript">
var Firstname=prompt("请留下您的大名","游客");
document.write("<h3><center>欢迎您来访<BR>" + " ")
document.write("<font color=yellow>"+Firstname +"</font>" );
document.write("")
</script>