怎么吧 http://w.qq.com/写进HTA里呀!我弄好打不开。求修改。
hta吧
全部回复
仅看楼主
level 1
豸苗爷丶 楼主
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/HTML; charset=GBK">
<title>QQ</title>
<HTA:APPLICATION id="oHTA"
border="thin"
innerborder="no"
caption="yes"
contextmenu="yes"
showInTaskBar="no"
icon="http://yy.com/favicon.ico"
sysmenu="yes"
scroll="no"/>
<script type="text/JScript">
var w = 800, h = 500;
window.resizeTo(w, h);
window.moveTo((screen.width-w)/2, (screen.height-h)/2);
</script>
</head>
<frameset>
<frame src="http://w.qq.com/" scrolling="no" frameborder="0"></frame>
</frameset>
</html>
打不开是怎么回事呢不显示内容
2014年03月10日 04点03分 1
level 1
豸苗爷丶 楼主
http://www.qq.com/favicon.ico
YY图标换成QQ的
有不有人来帮我看看呀
2014年03月10日 04点03分 2
level 1
豸苗爷丶 楼主
<html>
<head>
<meta http-equiv="Content-Language" content="zh
-cn">
<meta http-equiv="Content-Type"
content="text/HTML; charset=GBK">
<title>QQ</title>
<HTA:APPLICATION id="oHTA"
border="thin"
innerborder="no"
caption="yes"
contextmenu="yes"
showInTaskBar="no"
icon="http://www.qq.com/favicon.ico"
sysmenu="yes"
scroll="no"/>
<script type="text/JScript">
var w = 800, h = 500;
window.resizeTo(w, h);
window.moveTo((screen.width-w)/2, (screen.height-
h)/2);
</script>
</head>
<frameset>
<frame src="http://web2.qq.com/" scrolling="no"
frameborder="0"></frame>
</frameset>
</html>
这个可以正常打开
但是W.QQ.COM 就打不开
W.QQ.COM的Smart QQ比较精简呀
求谁帮我弄一下W.QQ.COM的HTA
2014年03月10日 04点03分 3
level 5
个人见解:
ie不支持w.qq.com(本人ie11登陆w.qq.com失败)
hta是HTML Application,类似html页面,不过是由mshta.exe解释执行
考虑到都是ms的产品,应该和浏览器不支持的原因相同
复制楼主代码,运行显示请使用火狐或者谷歌浏览器
2014年04月01日 15点04分 4
怎么调用火狐或者谷歌呢
2014年04月04日 08点04分
回复 豸苗爷丶 :表示不会,陪你坐等大神
2014年04月07日 08点04分
level 11
效果如图:[图片]使用方法
开发时:
0. 引入 chenDropFile.js 脚本
1. chenDropManager.init();
2. chenDropManager.attachDropEvent(htmlObj)
3. 实现 onDropFiles(fileCount) 回调函数
运行时:
运行 reg.bat 注册 ocx 控件
卸载:
运行 reg_u.bat 解除 ocx 注册
下载链接:
2014年05月13日 07点05分 5
1