parent window information

C

CSharper

Could some one tell me the difference between how popup window and new
window get parent information?
Thanks.
 
B

bruce barker

you will have to explain what you mean by popup and new window. what
browser commands are you using?

in the browser you can open a new browser window with window.open, or
specify a target on an anchor. both get parent info via window.parent

-- bruce (sqlwork.com)
 

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