昨日代码,记录代码片断
Tech
Css
DHTML
ASP
PHP
MSSQL
MYSQL
VC++
VB
小常识
程序源码
常用工具
网络安全
英语知识
英语学习资料
您的位置:
Home
>>
DHTML
弹出全屏无工具栏新窗口(兼容)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>runcode</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="Author" content="PR" /> </head> <body> <a href="#" onclick="winopen('http://www.pr1984.com')">www.pr1984.com</a> <script type="text/javascript"> function winopen(targeturl) { newwin=window.open("","","scrollbars") if (document.all) { newwin.moveTo(0,0) newwin.resizeTo(screen.availWidth,screen.availHeight) } newwin.location=targeturl } </script> </body> </html>
[提示:你可先修改部分代码,再按运行]
代码CODE 备案编号:
吉ICP备2022000970号-1