How can I hide the address bar (location bar ) in a modal dialog? Here is my code:
var dialogFeatures = \'center:yes; dialogWidth:600px; location:no;dialogHe
You can't.
Hiding the address bar is disallowed in most browsers, for security reasons.