1.guestbook.php(留言程序)
<html>
<head>
<script language="JavaScript">
<!--
<!--
var hellotext="为了您的最佳浏览效果请您使用IE4.0以上的版本和800*600分辨率"
var thetext=""
var started=false
var step=0
var times=1
function welcometext()
{
times--
if (times==0)
{
if (started==false)
{
started = true;
window.status = hellotext;
setTimeout("anim()",1);
}
thetext = hellotext;
}
}
function showstatustext(txt)
{
thetext = txt;
setTimeout("welcometext()",4000)
times++
}
function anim()
{
&nb
<html>
<head>
<script language="JavaScript">
<!--
<!--
var hellotext="为了您的最佳浏览效果请您使用IE4.0以上的版本和800*600分辨率"
var thetext=""
var started=false
var step=0
var times=1
function welcometext()
{
times--
if (times==0)
{
if (started==false)
{
started = true;
window.status = hellotext;
setTimeout("anim()",1);
}
thetext = hellotext;
}
}
function showstatustext(txt)
{
thetext = txt;
setTimeout("welcometext()",4000)
times++
}
function anim()
{
&nb
| 对此文章发表了评论 |
