查看: 2758|回复: 5
收起左侧

[讨论] 再来放一360se 5.0.0.7 bug····

[复制链接]
唯我独尊
发表于 2012-1-1 10:51:18 | 显示全部楼层 |阅读模式
这是学校内网登录上的情形

登录页面 源文件
  1. <html><head>
  2. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  3. <title>Drcom上网登录窗                         </title>
  4. <style><!--
  5. a {text-decoration: none}
  6. .f1 { font-size: 9pt; font-family: Verdana; line-height: 14pt }
  7. .f2 { font-size: 8pt; font-family: Verdana; line-height: 12pt }
  8. -->
  9. </style></head><body><form name=form1 method=post action="">
  10. <center>
  11. <table width=600 border=0 height=80%>
  12. <tr>
  13. <td height=100%>
  14. <div align=center>
  15. <center>
  16. <table width=350 border=0 height=397 bgcolor=#FFFFFF cellspacing=0 cellpadding=0 style="border-collapse: collapse" bordercolor=#111111>
  17. <tr>
  18. <td height=60 width=350 colspan=2>
  19.                         <p align=center>
  20. <img border=0 src=4.gif width=350 height=44></td>
  21. </tr>
  22. <tr>
  23. <td height=70 width=350 colspan=2>
  24. <div align=center><font ; font color=000000>                                                                                                                                                                                                        </font></div>
  25. <div align=center style="width: 352; height: 20"><font ; font color=000000></font></div></td></tr>
  26. <tr>
  27. <td height=28 width=350 class=f1 align=right colspan=2 bgcolor=#94A9BE>
  28.                         <p align=center class=f1><font color=#FFFFFF>请输入您的帐号和密码</font></td>
  29. </tr>
  30. <tr>
  31. <td height=65 width=163 class=f1 align=right bgcolor=#D3DCE4>帐号 Account :</td>
  32. <td height=65 width=187 class=f1 bgcolor=#D3DCE4>
  33. <p>&nbsp;<input name=DDDDD size=16 maxlength=26 style=" BACKGROUND-COLOR: rgb(255,255,255); BORDER-BOTTOM: rgb(0,0,0) 1px solid; BORDER-LEFT: rgb(0,0,0) 1px solid; BORDER-RIGHT: rgb(0,0,0) 1px solid; BORDER-TOP: rgb(0,0,0) 1px solid"></p>
  34.                         </td>
  35. </tr>
  36. <tr>
  37. <td height=15 width=163 class=f1 align=right bgcolor=#D3DCE4>密码 Password :</td>
  38. <td height=15 width=187 class=f1 bgcolor=#D3DCE4>
  39.                         <p>&nbsp;<input type=password name=upass size=16 maxlength=16 style=" BACKGROUND-COLOR: rgb(255,255,255); BORDER-BOTTOM: rgb(0,0,0) 1px solid; BORDER-LEFT: rgb(0,0,0) 1px solid; BORDER-RIGHT: rgb(0,0,0) 1px solid; BORDER-TOP: rgb(0,0,0) 1px solid"></p>
  40. </td>
  41. </tr>
  42. <tr>
  43. <td height=70 width=350 colspan=2 bgcolor=#D3DCE4><p align=center>
  44. <input type=submit name=0MKKey value="登录 Login" style=" BACKGROUND-COLOR: rgb(105,130,150); BORDER-BOTTOM: rgb(100,130,160) 1px solid; BORDER-LEFT: rgb(139,141,218) 1px solid; BORDER-RIGHT: rgb(23,24,79) 1px solid; BORDER-TOP: rgb(194,217,227) 1px solid; COLOR: rgb(255,255,255); font-size: 9pt; font-family: Verdana; height: 25; width: 85">&nbsp;&nbsp;&nbsp;
  45. <input type=reset name=1MKKey value="重置 Reset" style=" BACKGROUND-COLOR: rgb(105,130,150); BORDER-BOTTOM: rgb(23,24,79) 1px solid; BORDER-LEFT: rgb(139,141,218) 1px solid; BORDER-RIGHT: rgb(23,24,79) 1px solid; BORDER-TOP: rgb(194,217,227) 1px solid; COLOR: rgb(255,255,255); font-size: 9pt; font-family: Verdana; height: 25; width: 85"></td>
  46. </tr>
  47. <tr>
  48. <td height=28 width=350 colspan=2 bgcolor=#94A9BE>
  49. <p class=f1 align=center><a href=9.htm><font color=#FFFFFF>修改密码 Edit Pass</font></a></td>
  50. </tr>
  51. <tr>
  52. <td height=51 width=350 bgcolor=#D3DCE4 colspan=2>
  53.                         <p align=center class=f2><font size=1><br>
  54. </font>&copy; 2003 <a target=_blank href=http://www.doctorcom.com>CITY HOTSPOT</a>. All Rights Reserved.&nbsp;</td></tr>
  55. </table></center></div></td></tr></table></center></form></body></html>
复制代码
登录后弹出页面,这个页面无法关闭,点关闭后又重新弹出
可能是解决误拦截弹出窗口问题引入了新的bug
  1. <html><head><title>Logout</title><SCRIPT language=javascript><!--
  2. s1=020;sec=13;uf=49;df=114                                 ;
  3. url1='http://10.0.1.1:9002/0'                ;url2='http://10.0.1.1/F'           ;
  4. s2=0;
  5. function ee(){if(s2!=1){window.open(url1,'','width=280,height=38,left=0,top=0,resizable=1');window.close();}}
  6. function wc(){if(window.confirm("关闭此窗口意味着结束本次连接,注销请按确定  ")){s2=1;window.open(url2);window.close()}}
  7. //--></SCRIPT><style><!--
  8. a {text-decoration: none}
  9. .f1          { font-size: 9pt; font-family: Verdana; line-height: 15pt }
  10. -->
  11. </style></head><body onunload="ee()"><div align=center>
  12. <table><p></p>
  13. <tr><td height=30><div align=center>
  14. <p class=f1><a href=javascript:wc()>注  销 Logout</a></div></td></tr>
  15. </body>
复制代码
-oAo-
发表于 2012-1-1 11:53:03 | 显示全部楼层
联通的没遇到
唯我独尊
 楼主| 发表于 2012-1-1 19:18:03 | 显示全部楼层
-oAo- 发表于 2012-1-1 11:53
联通的没遇到

这是学校内网
-oAo-
发表于 2012-1-1 19:37:26 | 显示全部楼层
唯我独尊 发表于 2012-1-1 19:18
这是学校内网

所以我说联通的没事
笙儿
发表于 2012-1-1 19:50:03 | 显示全部楼层
感谢提供详细数据,稍后官方跟进!
怎么样了
发表于 2012-1-2 00:25:01 | 显示全部楼层
5.0版浏览器有一个比较坑爹的设计

其他版本,  用右键点击右上角X按钮,  会依次关闭打开的网页 ,  觉得这样不错

而5.0版本,  不管是左右键,   只要点击X按钮,    就完全关闭了浏览器

您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

手机版|杀毒软件|软件论坛| 卡饭论坛

Copyright © KaFan  KaFan.cn All Rights Reserved.

Powered by Discuz! X3.4( 沪ICP备2020031077号-2 ) GMT+8, 2025-1-13 13:44 , Processed in 0.135929 second(s), 16 queries .

卡饭网所发布的一切软件、样本、工具、文章等仅限用于学习和研究,不得将上述内容用于商业或者其他非法用途,否则产生的一切后果自负,本站信息来自网络,版权争议问题与本站无关,您必须在下载后的24小时之内从您的电脑中彻底删除上述信息,如有问题请通过邮件与我们联系。

快速回复 客服 返回顶部 返回列表