![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Programmatically Access HTML contents?
Is there a way to programmatically read/copy the HTML contents in a
Firefox page, similar to the way possible in Internet Explorer via the IHTMLDocument2 COM interface? http://msdn2.microsoft.com/en-us/lib...74(VS.85).aspx If so, where do I find information about this? Thanks, Joe |
|
|||
|
Re: Programmatically Access HTML contents?
On 08-04-2008 11:34 CET, partner55164777@vansoftcorp.com composed this
enchanting statement: > Is there a way to programmatically read/copy the HTML contents in a > Firefox page, similar to the way possible in Internet Explorer via the > IHTMLDocument2 COM interface? > > http://msdn2.microsoft.com/en-us/lib...74(VS.85).aspx > > If so, where do I find information about this? > > Thanks, > Joe > Sure, but I do not know how you would do that programmatically. You could ask it in /the Internet Explorer Developer Center/. Anyway, it is done at W3C.org , for instance, to analyze a web page on its standards and report on it. -- Kind regards, Melchert (MacOS 10.3.9 / Firefox 2.0, Thunderbird 2.0) |
|
|||
|
Re: Programmatically Access HTML contents?
Am 08.04.2008 11:34, partner55164777@vansoftcorp.com schrieb:
> Is there a way to programmatically read/copy the HTML contents in a > Firefox page, similar to the way possible in Internet Explorer via the > IHTMLDocument2 COM interface? > > http://msdn2.microsoft.com/en-us/lib...74(VS.85).aspx > > If so, where do I find information about this? > > Thanks, > Joe What do you want to do? Dennis Benzinger |
|
|||
|
Re: Programmatically Access HTML contents?
On 08.04.2008 11:34, CET - what odd quirk of fate caused
partner55164777@vansoftcorp.com to generate the following:? : > Is there a way to programmatically read/copy the HTML contents in a > Firefox page, similar to the way possible in Internet Explorer via the > IHTMLDocument2 COM interface? > > http://msdn2.microsoft.com/en-us/lib...74(VS.85).aspx > > If so, where do I find information about this? > > Thanks, > Joe > have you tried: main menu View>>Message Source ??? reg |
|
|||
|
Re: Programmatically Access HTML contents?
Dennis Benzinger wrote:
> Am 08.04.2008 11:34, partner55164777@vansoftcorp.com schrieb: >> Is there a way to programmatically read/copy the HTML contents in a >> Firefox page, similar to the way possible in Internet Explorer via the >> IHTMLDocument2 COM interface? >> >> http://msdn2.microsoft.com/en-us/lib...74(VS.85).aspx >> >> If so, where do I find information about this? >> >> Thanks, >> Joe > > What do you want to do? Dennis, Here you are getting to the nub of the problem. The OP appears to wants to access web pages while they are being displayed by Firefox. If the OP wants to alter the web page 'on the fly', then the 'greasemonkey' add-on may be the answer [https://addons.mozilla.org/en-US/firefox/addon/748]. Alternatively if the OP wants to create a Firefox add-on, then reading up on XUL may help. XUL Planet may be of help there [http://xulplanet.com/tutorials/]. In any case, an understanding of the Firefox 'Document Object Model' (aka DOM) will be vital. See the 'Gecko DOM Reference' [http://developer.mozilla.org/en/docs...DOM_Reference] as at least a starting point. HTH Rob. |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|