internet explorer 9 - Javascript window.open menubar always showing -
i have question regarding javascript window.open function, have requirement in new window menu bar of browser appears always, using internet explorer 9, , when add option menubar=1 in window.open function menu bar appears hidden in new window, need press "alt" key make menu bar appear , when click in other place of window menu bar hides again, there way using javascript or other type of code make menubar appear unhidden time in new window?, here window.open call using:
window.open("destination.aspx","title","menubar=1",true);
the new window open pdf file inside it.
thanks in advance.
Comments
Post a Comment