代码驿站移动版
频道导航
HTML/Xhtml
CSS
JavaScript
HTML5
PHP教程
ASP.NET
正则表达式
AJAX
ThinkPHP
Yii
MySQL
MariaDB
Oracle
MongoDB
Redis
DedeCMS
PHPCMS
帝国CMS
WordPress
Discuz
其它CMS
Zend Studio
Sublime
Notepad
Dreamweaver
Windows
Linux
Nginx
Apache
IIS
CentOS
Ubuntu
Debian
网站优化
工具资源
PHP源码
ASP.NET源码
其它源码
图标素材
按钮素材
字体素材
DedeCMS模板
帝国CMS模板
PHPCMS模板
WordPress模板
Discuz!模板
单页模板
开发软件下载
服务器软件下载
广告投放
联系我们
版权申明
软件编程
网页前端
移动开发
数据库
服务器
脚本语言
PHP代码
JAVA代码
Python代码
Android代码
当前位置:
主页
>
网页前端
>
JavaScript代码
>
js之弹出式窗口代码生成器
时间:2021-04-22 09:12:03 | 栏目:
JavaScript代码
| 点击:次
<div style="text-align:center; height:30px;"><h3>弹出式窗口代码生成器</h3></div> 要完成此效果把如下代码加入到<body>区域中 <table border=0 cellpadding=0 cellspacing=0 width="63%" align="center"> <tbody> <tr> <td width="0"> <table border=0 cellpadding=0 cellspacing=0 width="76%"> <tbody> <tr> <td width="464"> <div align="center"><b><font color=#7b9431 face=Arial size=3> <script language="JavaScript"> <!-- function uncode() { smut="<"; replacewords="< "; txt=document.mail.source2.value; tstx=""; space=replacewords.indexOf(" "); wrd=replacewords.substring(0,space); wrdl=wrd.length replacewords=replacewords.substring(space+1,replacewords.length); while (txt.indexOf(wrd)>-1){ space=txt.indexOf(wrd); txt=txt.substring(0,space)+smut+txt.substring((space+wrdl),txt.length);} smut=">"; replacewords="> "; space=replacewords.indexOf(" "); wrd=replacewords.substring(0,space); wrdl=wrd.length replacewords=replacewords.substring(space+1,replacewords.length); while (txt.indexOf(wrd)>-1){ space=txt.indexOf(wrd); txt=txt.substring(0,space)+smut+txt.substring((space+wrdl),txt.length);} document.mail.source2.value=txt; } function generate(form){ page = document.inputForm.page.value; toolbars = document.inputForm.toolbars.checked; scrollprops = document.inputForm.scrollit.checked; locations = document.inputForm.locations.checked; statusbars = document.inputForm.statusbars.checked; menubars = document.inputForm.menubars.checked; resizeable = document.inputForm.resizeable.checked; width = document.inputForm.width.value; if (!width) width = screen.width; height = document.inputForm.height.value; if (!height) height = screen.height; howto = document.inputForm.howtoopen.options[document.inputForm.howtoopen.selectedIndex].value; center = document.inputForm.center.checked; start = "<"; if(howto == 'body') { otherOutput = start + "!-- 步骤二: 将Onload事件处理器粘贴在<body>标签内-->\n" + start + "BODY onLoad=\"javascript:popUp()\">"; } if(howto == 'link') { otherOutput = start + "!-- 步骤二: 用以下的链接打开一个新窗口 -->\n" + start + "A HREF=\"javascript:popUp()\">Open the Popup Window" + start + "/A>"; } if(howto == 'button') { otherOutput = start + "!-- 步骤二: 用以下的按钮代码打开一个新窗口-->\n" + start + "form>\n" + start + "input type=button value=\"Open the Popup Window\" onClick=\"javascript:popUp()\">\n" + start + "/form>"; } scriptOutput = start + '!-- 请照以下步骤进行:\r\n\r\n' + '<!-- STEP ONE: 将以下代码粘贴在<head>区 -->\r\n\r\n' + '<HEAD>\r\n\r\n' + start + 'SCRIPT LANGUAGE="JavaScript">\r\n' + 'function pop' + 'Up() {\n'; scriptOutput += "props=window.open('" + page + "', 'poppage', '" + ((toolbars) ? "toolbars=1, " : "toolbars=0, ") + ((scrollprops) ? "scrollbars=1, " : "scrollbars=0, ") + ((locations) ? "location=1, " : "location=0, ") + ((statusbars) ? "statusbars=1, " : "statusbars=0, ") + ((menubars) ? "menubars=1, " : "menubars=0, ") + ((resizeable) ? "resizable=1" : "resizable=0") + ((width) ? ", width=" + width : "") + ((height) ? ", height=" + height : "") + ((center) ? ", left = " + ((screen.width - width) / 2) : "") + ((center) ? ", top = " + ((screen.height - height) / 2) : "") + "');\n}\n// End -->\n" + start + "/sc" + "ript>\n"; output = scriptOutput + "\n\n" + otherOutput + '\n\n' + start +'!--代码结束--'+'>'; document.mail.source.value = output; document.mail.source2.value = output; uncode(); } --> </script> <font size="4"> </font></font></b> <font size=3><b>弹出式窗口代码产生器</b></font> </div> <p> <b><font size="2"></font></b></p> <form name=inputForm> <table width="100%" border="0" cellspacing="0" cellpadding="1" bgcolor="#000000"> <tr><td> <table border=0 width=100% cellpadding="2" cellspacing="0" bgcolor="#bde6fd"> <tr> <td colspan="2"><font size="2" color=red><b>在新窗口里要打开的文件</b></font> <input type=text name=page size=40> <font size="2"><font size="1" color=red>(文件的名字或URL地址...) </font></font></td> </tr> <tr bgcolor="#FFFFFF"> <td colspan="2"><font size="2" color=red><b>请选择要显示的<font size="2"><b>窗口</b></font>元素</b></font></td> </tr> <tr bgcolor="#FFFFFF"> <td width="43%"> <input type=checkbox name=toolbars> <b><font face="Arial" size="2">toolbars</font></b></td> <td width="57%"> <input type=checkbox name=statusbars> <font face="Arial" size="2"><b>status bar</b></font></td> </tr><tr bgcolor="#FFFFFF"><td width="43%"> <input type=checkbox name=scrollit> <b><font face="Arial" size="2">scrollbars</font> </b></td> <td width="57%"> <input type=checkbox name=menubars> <b><font face="Arial" size="2">menu bar</font></b></td> </tr> <tr bgcolor="#FFFFFF"> <td width="43%"> <input type=checkbox name=locations> <b><font face="Arial" size="2">location bar</font> </b></td> <td width="57%"> <input type=checkbox name=resizeable> <b><font face="Arial" size="2">resizeable</font> </b></td> </tr> <tr> <td colspan="2"><font size="2" color=red><b>输入窗口的大小(缺省是满屏打开)</b></font></td> </tr> <tr> <td width="43%"><font face="Arial" size="2"><b> Witdh <input type=text name=width size=4> </b> <font face="Verdana" size="1"> (in pixels)</font></font></td> <td width="57%"> <font face="Arial" size="2"><b>Height</b></font> <input type=text name=height size=4> <font face="Verdana" size="1">(in pixels)</font> </td> </tr> <tr bgcolor="#FFFFFF"> <td colspan="2"><font size="2" color=red><b>窗口打开方式</b></font></td> </tr> <tr bgcolor="#FFFFFF"> <td width="100%" colspan="2"><font face="Arial" size="2"></font> <select name=howtoopen> <option value="button" selected>点按钮</option> <option value="link">点超链</option> <option value="body">自动</option> </select> </td> </tr> <tr> <td width="100%" colspan="2"><font face="Arial" size="2"></font> <input type=checkbox name=center> <font size="2" color=red><b>让窗口出现在屏幕正中间?</b></font></td> </tr> <tr> <td colspan=2> <center> <input type=button value="产生代码!" onClick="javascript:generate();" name="button"> </center> </td> </tr> </table> </td> </tr> </table> </form> <form name="mail" action="" method="POST" onSubmit="return checkCodeMail()"> <table width="100%" border="0" cellspacing="0" cellpadding="1" bgcolor="#000000"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#BBB7F4"> <tr align="center"> <td> <font size="2" color=#FFFFCC><b>把下面代码Copy到程序中:</b></font> <input type=hidden name=scriptname value="Popup Window Maker"> <textarea name="source" rows=6 cols=50 class=9pt></textarea> <input type=hidden name="source2"> </td> </tr> </table> </td> </tr> </table> <center> </center> </form> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table>
[Ctrl+A 全选 注:
引入外部Js需再刷新一下页面才能执行
]
您可能感兴趣的文章:
JavaScript常见事件处理程序实例总结
Javascript的匿名函数小结
url传递的参数值中包含&时,url自动截断问题的解决方法
Javascript别踩白块儿(钢琴块儿)小游戏实现代码
兼容浏览器的js事件绑定函数(详解)
相关文章
10-19
javascript上下左右定时滚动插件
11-23
Webpack中loader打包各种文件的方法实例
11-27
Javascript实例教程(19) 使用HoTMetal(2)
10-05
javascript判断图片是否加载完成的方法推荐
11-22
在javascript中执行任意html代码的方法示例解读
JQuery
VUE
AngularJS
MSSql
MySQL
MongoDB
Redis
Linux
Tomcat
Nginx
网站首页
广告投放
联系我们
版权申明
联系站长