Window.Open

Asked By Anandha Babu
06-Sep-10 03:21 AM
Earn up to 0 extra points for answering this tough question.
Hi All,
 I had crated a pop up using window.open method i disable address bar in script its working fine in ie7 but in ie8 the address bar is visible.How to disable it.

  re: Window.Open

Anand Malli replied to Anandha Babu
06-Sep-10 04:41 AM
Hi Anadha,

have you tried setting location variable to False...that setting makes your address bar invisible by default it must be true,or paste the setting which you have made to do this...

thxs

  re: Window.Open

Anandha Babu replied to Anand Malli
06-Sep-10 05:39 AM
Hi,
 i had set the follwing features but it getting    
   var windowFeatures = 'width=650,height=550,top=160,left=330,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';

  re: Window.Open

Anand Malli replied to Anandha Babu
06-Sep-10 05:46 AM
Hi Anandha,

I think one can not do this in latest browsers due to security reason,you can not do it programatically...you can use alternate options like pop up windows with div or modal pop up of ajajx etc...
Create New Account