Window.Open view source

  • Thread starter Thread starter sid
  • Start date Start date
S

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" ?
 
sid said:
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
---
 
Back
Top