Discussion:
Window.Open view source
(too old to reply)
sid
2008-10-28 20:27:33 UTC
Permalink
I have a child window that I am developing, and I open the window with
"Window.Open ....".

But after the window opens, I am not able to right click and get a
menu option to "view source" of the window. I thought I could do it
before. I can view the source of the parent window, and if I select
"view source" from the menu-bar, I get the source of the parent widow
even though the child window is open and active.

Anyone know how to show "view source" ?
Robert Aldwinckle
2008-11-01 05:28:37 UTC
Permalink
Post by sid
I have a child window that I am developing, and I open the window with
"Window.Open ....".
But after the window opens, I am not able to right click and get a
menu option to "view source" of the window. I thought I could do it
before. I can view the source of the parent window, and if I select
"view source" from the menu-bar, I get the source of the parent widow
even though the child window is open and active.
Anyone know how to show "view source" ?
Are scripts blocking right-click? Disallow the script.

Otherwise, in case this is just a ploy by a website developer
to fill in any holes in his implementation for disabling View Source,
I'm hesitant to give you any more hints about how to
do what you want. ; }

Post a publicly accessible URL if you need help with it.


HTH

Robert Aldwinckle
---

Loading...