C CSharper Mar 21, 2008 #1 Could some one tell me the difference between how popup window and new window get parent information? Thanks.
Could some one tell me the difference between how popup window and new window get parent information? Thanks.
B bruce barker Mar 22, 2008 #2 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)
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)