这个 求解决个问题。
hta吧
全部回复
仅看楼主
level 1
HTA程序 打开网页 提示安全隐患怎么解决
2013年04月27日 12点04分 1
level 9
不会吧?截图
2013年04月28日 06点04分 2
已经截图
2013年04月28日 08点04分
level 1
就是这个
<html> <head> <meta http-equiv="Content-Language" content="zh-cn"> <meta http-equiv="Content-Type" content="text/HTML; charset=GBK"> <title>酷狗Mini</title> <HTA:APPLICATION id="oHTA" border="thin" innerborder="no" caption="yes" contextmenu="yes" showInTaskBar="no" icon="http://web.kugou.com/favicon.ico" sysmenu="yes" scroll="no"/> <script type="text/JScript"> var w = 750, h = 540; window.resizeTo(w, h); window.moveTo((screen.width-w)/2, (screen.height-h)/2); </script> </head> <frameset> <frame src="http://www.kugou.com/webkugouplayer/?isopen=1&chl=yueku_musicrank/" scrolling="no" frameborder="0"></frame> </frameset></html>
2013年04月28日 08点04分 3
level 1
人工置顶
2013年04月29日 03点04分 4
level 1
再来一次 求解决办法 不让他提示安全隐患
2013年04月29日 03点04分 5
level 1
这个没办法的。。你用iframe他肯定会提示。。实在要用别的网页内容,就用xmlhttp采集那个页面内容
2013年05月12日 13点05分 11
1