Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jul : TWebBrowser... if Javascript in page uses file that..
| Subject: | TWebBrowser... if Javascript in page uses file that.. |
| Posted by: | "dk_sz" (dk_..@hotmail.com) |
| Date: | Tue, 11 Jul 2006 02:19:29 |
OK... I have encountered a problem with websites
downloaded to disk and loaded into TWebbrowser....
While the HTML shows fine... Links with javascript in
them (e.g. <a href="thispage.html" OnMouseXXX=""> )
are not responsive if the called javascript code references
a file that does not exist...
Any creative ideas on how to solve this?
I am wondering whether it may be:
* A security thing?
* A javascript instant timeout that cancels script/code
I base this on
* Firefox browser has no problems.
* IE non-embedded has the same problems .
* I have tried all sorts of stuff to catch script errors...
However, all of that is related to script syntax debugger errors.
best regards
Thomas Schulz