How to Hide URL which is showing Top of the window when opening new window.
-
Hi ! All I have create one website and Page is redirect by Javascript Window.open command. But problem is that when new window is open then it showing URL Name and I want hide it. Please help
harun
-
Hi ! All I have create one website and Page is redirect by Javascript Window.open command. But problem is that when new window is open then it showing URL Name and I want hide it. Please help
harun
hi check this code window.open('UpdatePanelsaspx.aspx','null',"height=500, width=600,status=yes,toolbar=yes, menubar=yes,location=no"); Play with toolbar, menubar and location if want to hide toolbar and menubar also
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog
-
Hi ! All I have create one website and Page is redirect by Javascript Window.open command. But problem is that when new window is open then it showing URL Name and I want hide it. Please help
harun
We always think of its better if user can not see the url of some pages. but trust me there are n ways to see(or find) the url of page. so, why try to hide it. if its not accessible to others(make it secure) If u still want to hide it, u can achive this as... 1)u can open div as popup and make it appear like window (with styling) but popup blocker will stop u r div from popping up 2)use iframe inside child window and set url for that iframe directly(u may pass querystring to that child window in session variable) 3) If u want to hide querystring values the u can encrypt querystring.
-
hi check this code window.open('UpdatePanelsaspx.aspx','null',"height=500, width=600,status=yes,toolbar=yes, menubar=yes,location=no"); Play with toolbar, menubar and location if want to hide toolbar and menubar also
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog
Thanks
harun
-
We always think of its better if user can not see the url of some pages. but trust me there are n ways to see(or find) the url of page. so, why try to hide it. if its not accessible to others(make it secure) If u still want to hide it, u can achive this as... 1)u can open div as popup and make it appear like window (with styling) but popup blocker will stop u r div from popping up 2)use iframe inside child window and set url for that iframe directly(u may pass querystring to that child window in session variable) 3) If u want to hide querystring values the u can encrypt querystring.
Thanks Dear
harun