JavaScript技巧

//打开新的窗体

Response.Redirect("WebMain.aspx");   

//弹出一个新窗体

Response.Write(" <script>window.open(/"WebMain.aspx/")</script> ")

//弹出一个只有确定按钮的提示框

Response.Write(" <script>alert(/"用户名或密码错误/");</script> ");

//关闭窗体不提示信息

Response.Write(" <script>window.opener=null;window.close();</script> ");

//关闭窗体提示一条信息

Response.Write(" <script>window.close();</script> ");

//关闭窗体提示两条信息

Response.Write(" <script>if(confirm(/"确定退出?/")==true){window.close();}</script> ");

IE地址栏前换成自己的图标

<link rel="Shortcut Icon" href="favicon.ico">   

可以在收藏夹中显示出你的图标
<link rel="Bookmark" href="favicon.ico">     

随机选择登陆页面

<script language="JavaScript">>
var url=new Array("index1.htm","index2.htm","index3.htm","index4.htm","index5.htm")
pnum=Math.floor(Math.random()*5)
location.href=url[pnum]
</script>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值