DebugBar Forums
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Forum Home


advanced search

You are not logged in.

Announcement

Forums are now closed as we moved them to google groups. You can use the following Google Groups to discuss about DebugBar and IETester products:

#1 2009-04-07 10:41:13

dwinnet
New member

Help: API original html source code

Hi, can anyone help me with these questions.

1: How to get the ie "original html source code" like debugbar does ?
not the "ie interpreted source code" like document.all[0].innerHTML
Please point me to some direction: msdn, api, or some clue...

2: Does debugbar provide some com function like:
$ie = new COM("InternetExplorer.Application");
$ie->Navigate2($url);
so that we can access debugbar in the com object.

Thanks very much.

Last edited by dwinnet (2009-04-07 10:41:45)

Offline

 

#2 2009-04-07 10:55:19

fabrice
DebugBar Support

Re: Help: API original html source code

1: How to get the ie "original html source code" like debugbar does ?
not the "ie interpreted source code" like document.all[0].innerHTML
Please point me to some direction: msdn, api, or some clue...

http://www.webmasterdev.com/showthread.php?t=177749

2: Does debugbar provide some com function like:
$ie = new COM("InternetExplorer.Application");
$ie->Navigate2($url);
so that we can access debugbar in the com object.

DebugBar does not provide any automation so far.

Offline