Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Internet Explorer, getting into an open page
Message
From
11/12/2005 17:51:20
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01076936
Message ID:
01077014
Views:
24
>Judging by what you are saying, I think that either the page is being dynamically altered via browser-side DHTML operations using javascript, or the "site" you are using is actually a frameset. Either way, that makes things more complicated than traversing a frameless, static DOM. Especially with DHTML, I believe that what you see when you do a "view source" does not necessarily reflect the current contents of the DOM. It instead reflects what the browser has cached from the web server.

I haven't looked recently, but the raw HTML was something you would get from the IPersist*-interfaces, whereas the .documentElement and other DOM methods at least give you a modified version as interpreted by IE. AFAIR "view source" reflects the raw HTML.

HTH

thomas
Previous
Reply
Map
View

Click here to load this message in the networking platform