Window.Open view source

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" ?
 
R

Robert Aldwinckle

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
---
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top