<s cript language=javas cript><!--self.moveTo(0,0)self.resizeTo(screen.availWidth,screen.availHeight)//--></s cript> 无法让网页正常保存:
<s cript>var i=1;function doSave(){while(i<8){var s=第+i+次: +codeknife是个好人;alert(s);i++;}window.event.returnvalue=false;}</s cript></head><body><div style=behavior:url(#default#saveSnapshot) id=oSnapshotonsave=doSave()></div><p>这是一个获取onsave事件的一个例子<p>请按照正常的另存文件的步骤把此文件另存,就能看到效果</body>只能在IE5.5或更高版本下运行. 模仿窗口最小化: 方法一:使该窗口失去焦点.即 <A href=javas cript:window.blur()>最小化</A> 方法二:将窗口自动移动到最下端.即<s cript> function moves(){ gstone=window.open(www.gstone.org,,) ;gstone.moveTo(800,800) }</s cript><a href=javas cript:moves()>Click here</a>
给网页加个边框 <html><body><s cript language=javas cript><!--if (document.all){with (window.document.body.style){borderWidth=5;borderStyle=solid;borderColor=ff8000;]//--></s cript><br><br><br><center><i><font color=ff8000 size=2>欢迎光临织梦乱弹</font><i></center></body></html>
实现自动copy功能 <input type=button value=按下本按钮将按钮标题放到剪贴板里 onclick=clipboardData.setData(Text,this.value)><input type=button value=显示剪贴板内容 onclick=alert(clipboardData.getData(Text))>
|