javascript例子一

document.write("hello world");
<a href="javascript:alert('helloword')">我在这里</a>
<a href="#" οnclick="alert('helloword')">我在这里</a>

 

button的跳转

history.back() 后退

history.forward() 前进

history.go(-2) 后退两步



<form>
按钮禁用
<html>
<head>
<script language="javascript">
  function checkValid(form)
  {
   document.getElementById("submitbutton").disabled=true;
   return false;
  }
</script>
</head>
<body>
<form action="" method="post"  >
  <input type="submit" value="提交" id="submitbutton" οnclick="return checkValid(this)"/>
</form>
</body>
</html>
设置窗口大小
<script type="text/javascript">

function   resizewin(w,h)  
  {  
  window.resizeTo(w,h)  
  
  }  
   </script>
<body  οnlοad=resizewin(550,600)>
设置投票
<html>
<head>
<title>js投票</title>
<meta http-equiv="Content-Type" content="text ml; charset=gb2312">
</head>
<body>
<SCRIPT LANGUAGE="JavaScript">

var t=0;
var f=0;
function setstar()
{
    t++;
document.all.tt.innerHTML=t;
}
function resetvalue(){
   f++;
    document.all.ff.innerHTML=f;
}
//-->
</SCRIPT>
<div style="font-size:48pt;">
</div>
<from id="fr1">
<table id="tb2">
  <tr>
   <td><a href="#" onClick="setstar()">支持</a><span id="tt"></td><td><a href="#" onClick="resetvalue()">反对</a><span id="ff"></td>        
  </tr>
</table>
</form>
</body>
<html>

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值