ddddd

      黑客 2007-3-29 17:42

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<title>网页特效---让你的窗口跳起来</title>
</head>

<body>

<script language="JavaScript">

<!--

function surfto(form) {

    var myindex=form.select1.selectedIndex

    if (form.select1.options[myindex].value != null) {

         parent.main.location.href=form.select1.options[myindex].value;

    }

}

// -->

</script>

<script language="JavaScript1.2">

<!--

function shake(n) {

if (window.top.moveBy) {

for (i = 10; i > 0; i--) {

for (j = n; j > 0; j--) {

window.top.moveBy(0,i);

window.top.moveBy(i,0);

window.top.moveBy(0,-i);

window.top.moveBy(-i,0);

         }

      }

   }

alert(" 没吓坏吧!!! ");

}

// End -->

</script>

<script

language="JavaScript">

<!--

function moyamoya(htmlfile) {

   parent.main.location.href=htmlfile;

}

// -->

</script>

 

 

<form>

  <div align="center"><center><p><input onclick="shake(2)"

type="button"

  value="现在没事了!"> </p>

  </center></div>

</form>

 

</body>

</html>

标签集:TAGS:
回复Comments() 点击Count()

回复Comments

{commenttime}{commentauthor}

{CommentUrl}
{commentcontent}