How to Hide Address bar in Popup Window
Hello All,
I want popup window in javascript with no address bar that's with location=0, I m trying
window.open(url,name,"width="+w+",height="+h+",scrollbars=no,resizable=no,*location=no*,top=150,left=350");
even though i set that property it's not working...
I m aware Popup2 can also produce popup window in apex, do i have any possibility to make no location bar using this popup2
Any support regarding this is greatly welcomed...
Thanks