I have a window that is created via window.open. When the window is created in Firefox 7.01, I turn on the address bar (location=yes). In Firefox 6.01 – 7.01 the forward and back buttons do not show. It works perfectly in IE. Can someone tell me/show me how to show navigation buttons using windows.open and location=yes in Firefox? Thanks!
Share
Try adding
toolbar=yesas well.location=yesis for showing the location bar.Many browsers will default (or even force) some elements you don’t request to show anyway, but you should be explicit about all the elements you wish to show rather than relying on this.
More information is available at MDN.