这个 webbrowser问题看来只有大富翁的专家才能够答上来。(200分)

  • 主题发起人 主题发起人 daehappy
  • 开始时间 开始时间
D

daehappy

Unregistered / Unconfirmed
GUEST, unregistred user!
1、如何设置cookie,如何把图片功能去掉,就是说不下载图片?

2、一个webbrowser要6兆,有什么可行的方法让占用的资源变小马?

3、用
o := WebBrowser1.OleObject.document.all.item('imagesurl',0);
o.value := 'd:/pentiumⅢ.ico';
方法能设置简单的文本框文字,但是我遇到一个问题,是选择上传文件的。html源代码为
<td height="5" width="100%" colspan="3">
<input name="imagesurl" size="30" type="file">
<br>文件格式为GIF,JEPG,PNP </td>
这个时候我用
o := WebBrowser1.OleObject.document.all.item('imagesurl',0);
o.value := 'd:/pentiumⅢ.ico';
并不能得到正确的结果。结果显示,这一句话一点反应也没有!
该如何办那?
 
糟糕了,我查msdn发现对于 input type=file,有如下说明
For security reasons,
the VALUE attribute is not accessible in script on the client.

不会是不能用程序设定把!!
 
Check the article of below link.
http://www.aewnet.com/newsgroups/rnews.asp?newsid=9062&group=31
maybe it can help you on part of problem 1.

good luck.
 
多人接受答案了。
 
后退
顶部