1.TimeOut

<script language="JavaScript">
function moveover(txt) {
   window.status = txt;
   setTimeout("erase()",1000);
}
function erase() {
   window.status="";
}
</script>


2.histry
history.go(-1)history.go(1)

3.function setfocus() {
        document.first.text1.focus();
        return;}

相关文章:

  • 2021-08-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-25
  • 2021-07-19
猜你喜欢
  • 2022-02-25
  • 2021-09-18
  • 2021-12-17
  • 2021-12-02
相关资源
相似解决方案