stop browser downloading a js script
Mon, 19 May 2008 05:09:12 -0700 (PDT)
Does anyone know a good way to stop a browser downloading the
javascript called by a tag like this
< script type='text/javascript' src='http://www.xxx.com/xx.js'></
script>
One possible idea I was going to try after reading posts form this
group was to use IHTMLDocument2 ::get_scripts then overwrite them
...
|
commander acomplia us usa en ligne
achat acomplia canada discret
acheter acomplia en linge sans presription
commander acomplia canada en ligne
acheter acomplia canada generique
Sun, 18 May 2008 12:44:48 -0700
commander acomplia us usa en ligne
achat acomplia canada discret
acheter acomplia en linge sans presription
commander acomplia canada en ligne
acheter acomplia canada generique
+++ PERTE DE POIDS +++ PERTE DE POIDS +++ PERTE DE POIDS +++
+
ACHETER ACOMPLIA BON MARCHE (ALL CARD ACCEPTED)
http://jhku.net/A ...
|
How can I capture the error message of Iwebbrowser?
Sat, 17 May 2008 03:57:31 -0700 (PDT)
I am using Delphi and MSHTML in development a very simple browswer. I
am trying to capture ondocumentcomplete message. However, no matter if
the URL is valid or not, this documentcomplete message will always
issued. Moreover, I am using IE7, I cannot find any interface of
OnNavigateError. My question is how do I ...
|
How to access javascript variable via MSHTML in Dephi?
Fri, 16 May 2008 19:56:14 -0700 (PDT)
Hi there,
My webpage is written in HTML including a very simple javascript
function in which a variable myvar is defined. Now, I am using
Delphi's TWebbrowser to access the page and trying to access the
change of the variable with MSHTML interface. Here is my code
var
Doc: IHTMLDocument2;
HTMLWindow: ...
|
Capture IWebBrowser image (call IViewObject::Draw from a different
thread)
Wed, 14 May 2008 07:01:00 -0700 (PDT)
Hi,
I'm trying to integrate IE in my application. So far it runs well in a
single thread, but I need to call IViewObject::Draw method from
different thread than the one that's creating the IWebBrowser.
Here's my pseudo code to initialize the browser into a hidden window:
void Web_GoTo(WCHAR *pURL)
{
A ...
|
PostBackUrl
Wed, 14 May 2008 17:42:46 +0530
Hello,
I am facing a problem in using PostbackUrl property in asp.net.
I have set value for PostBackUrl property of asp:Button control.
Fine, that it redirects user to another page, allowing me to access all
properties, controls of previous page.
But problem comes when my current page is having some error ...
|
Parent controls
Wed, 7 May 2008 06:01:01 -0700
I am having a problem with Internet Explorer, A box appears in the window
labeled Content Adviser when I try to open it asking for a password that I
never set. I have tried to go to the website listed in the box but it does
not even allow me to get there. It has blocked every site through Internet
Explorer. ...
|
|
|
MSHTML/WebBrowser + CSS
Tue, 6 May 2008 08:06:01 -0700
Is it possible to access the linked css data of a web page using mshtml or
the WebBrowser object? So if I have a css file with:
.redthing
{
color:red;
}
and something in the HTML file like:
<div class="redthing">
Do any mshtml objects integrate the css data so I can see that color=red for
this elem ...
|
Getting IMarkupServices from IHTMLDocument2
Tue, 6 May 2008 16:22:19 +0200
When I create IHTMLDocument2 object using CoCreateInstance I'm able to get
IMarkupService. But when I have IHTMLDocument2 obtained from Internet
Explorer window I can't get IMarkupServices with QueryInterface. It returns
E_NOINTERFACE. Is it because IE runs in separate process?
--
Grzegorz Niemirowski, Po ...
|
IHTMLTxtRange FindText depending from language?
Tue, 6 May 2008 02:50:26 -0700 (PDT)
Hi All i'm using dotnet webbrowser 2.0 in windows forms application
to show html pages, i need to highligth searched words using FindText
of IHTMLTxtRange, it don't works if i search "aereo" in a sentence
like "l'aereo".
Quote char seems to be not considered as delimiter char.
Thanks for help. ...
|