control other page
-
hi guys i want popup web page and i want redirect the popup page by main page please help me for example when user inter the home page popup new page and how can access info popup page in the home page
-
hi guys i want popup web page and i want redirect the popup page by main page please help me for example when user inter the home page popup new page and how can access info popup page in the home page
-
hi guys i want popup web page and i want redirect the popup page by main page please help me for example when user inter the home page popup new page and how can access info popup page in the home page
You need a com link from the parent browser to the popup browser window. http://www.bennadel.com/blog/672-Passing-Data-From-A-Pop-Up-Window-To-A-Parent-Window-Using-ColdFusion-And-Javascript.htm This ones works great, I used it for ckEditor, to choose files from the drive in a popup window, and send the selection back to the parent window. http://www.sfpeter.com/2008/03/communication-between-browser-windows-with-jquery-my-new-plugin/[^]