Groups | Blog | Home
all groups > asp.net > june 2004 >

asp.net : View Source of a Modal Dialog


Jeremy
6/27/2004 11:59:50 PM
How can I view the HTML source of a page that has been opened as a modal
dialog box (in IE6)?

Thanks

Jeremy
6/28/2004 7:39:51 AM
[quoted text, click to view]

I'm not testing... trying to understand the modal dialog box of an app I
found online.


Jeremy
6/28/2004 10:23:16 AM
Perfect - thank you.


[quoted text, click to view]

Kevin Spencer
6/28/2004 11:20:13 AM
Use your IE History list to find all HTML documents for the domain on which
you saw the Modal Dialog. It will have the name of the HTML document that
was loaded into the Dialog. Open it from your Temporary Internet Files
folder with NotePad.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

[quoted text, click to view]

Steven Spits
6/28/2004 1:49:58 PM
[quoted text, click to view]

I don't think it's possible at all.

Replace .showModalDialog() with .open() for testing purposes.

Steven

- - -

Kevin Spencer
6/28/2004 3:47:25 PM
You're welcome! :)

"Where there's a Will, there's a William!" - Uncle Chutney

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

[quoted text, click to view]

AddThis Social Bookmark Button