From: Donovan A. <al...@Zo...> - 2007-02-12 04:02:33
|
Not looking at the whole thread, so forgive if a repeat of what others = have said... =20 You can use both IE and Mozilla via ActiveX for Wx (search the mail list = for more on those topics). =20 =20 I cannot comment much on the javascript aspect, but an idea might to be = to run the process as another user and disable the setting. A better = approach might be to slurp the web page down via LWP, chop out the = <SCRIPT> sections, and load into browser from temp file... =20 =20 ________________________________ From: wxp...@li... on behalf of Peter = Theobald Sent: Sun 2/11/2007 7:18 AM To: wxp...@li... Cc: wxp...@li... Subject: [wxperl-users] wxWidgets web browser I am trying to have an embedded web browser in my wxperl program. The most important thing is I can NOT have Javascript running because it = often changes the underlying source of the page and I need to display = the original page/html as it is pulled off the web site. I am trying to use HtmlWindow but the images are not displaying, I = suspect because HtmlWindow doesn't pull anything off the Internet = automatically. Parsing the HTML for img tags and downloading the images = separately sounds like a bad idea, mostly because I suspect I would have = to match the directory hierarchy of the web server I am pulling from and = change any absolute image URLs to relative urls. Are there any suggestions for displaying web pages inside a wxWidgets = program? Is there a better way to make HtmlWindow work as a browser, or = a better widget? Is there an easy way to embed IE or Firefox in a = wxWidgets frame with Javascript disabled (without disabling it for the = user's "real" browser as well)? Thanks, Peter Theobald -------------------------------------------------------------------------= Using Tomcat but need to do more? Need to support web services, = security? Get stuff done quickly with pre-integrated technology to make your job = easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache = Geronimo http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 _______________________________________________ wxperl-users mailing list wxp...@li... https://lists.sourceforge.net/lists/listinfo/wxperl-users |