Re: Why doesn't IE show full html source?
From: bruce barker (nospam_brubar_at_safeco.com)
Date: 12/02/04
- Next message: Hazz: "Re: hypothetical org chart solution"
- Previous message: Patrick.O.Ige: "RE: ASP.Net Worker Process Drops Out Yet Again!"
- In reply to: John Dalberg: "Why doesn't IE show full html source?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 1 Dec 2004 17:17:03 -0800
if you use smart navigation, javascript changes the dom on the fly, so the
source is not changed on postbacks (which happen in a hidden iframe - which
in turn is generated by javascript - for which you can see the source). you
need to use a dom inspector to see the changes made by smart nav.
the html for validator is also generated by javascript (when you click a
submit button), so you can not see them is the source. to see the source
look in webuivalidation.js the strings themselves are store as attributes
off of dom nodes and you can see them in the source.
-- bruce (sqlwork.com)
"John Dalberg" <john_dd@hotmail.com> wrote in message
news:19svw43iuadmf.5rgmwttma9b2.dlg@40tude.net...
|
|
| Why does IE not show the full html source when I try to view the source??
I
| mean why does it hide a few features.
|
| Previously I had an issue where the data grid html representation was
| hidden in the source view. After spending a LOT of time troubleshooting
| this, it was due to the smart navigation setting.
|
| Now I can't see the html for the validators error messages. It's getting
| pretty irritating to work around IE's quirks and its non standard way of
| conforming to web standards.
|
| Now I have an IE add-on to show full source.
|
| What are the best ways to make VS produce more browser compatible html?
|
|
|
| --
| John Dalberg
- Next message: Hazz: "Re: hypothetical org chart solution"
- Previous message: Patrick.O.Ige: "RE: ASP.Net Worker Process Drops Out Yet Again!"
- In reply to: John Dalberg: "Why doesn't IE show full html source?"
- Messages sorted by: [ date ] [ thread ]