View Source of a Modal Dialog

  • Thread starter Thread starter Jeremy
  • Start date Start date
J

Jeremy

How can I view the HTML source of a page that has been opened as a modal
dialog box (in IE6)?

Thanks
 
Jeremy said:
How can I view the HTML source of a page that has been opened as a modal
dialog box (in IE6)?

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

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

Steven

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

I'm not testing... trying to understand the modal dialog box of an app I
found online.
 
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.
 
Perfect - thank you.


Kevin Spencer said:
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.
 
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.
 
Back
Top