首页 >> 网页特效 >> 按钮特效 >> 正文
来源: 本站原创 | 时间: 2006-1-13 17:37:00 | 人气:
按钮打开全屏窗口
--------------------------------------------------------------------------------
脚本说明:把如下代码加入<body>区域中<script><!--function winopen(){var targeturl=""newwin=window.open("","","scrollbars")if (document.all){newwin.moveTo(0,0)newwin.resizeTo(screen.width,screen.height)}newwin.location=targeturl}//--></script> <input type="button" onClick="winopen()" value="网站美工" name="button">