i am opening the popup window with below code snippet
self.open('myJSPPage','ServicePopUp','height=600,width=800,resizable=yes,scrollbars=yes,toolbar=yes,menubar=yes,location=yes');
Once the window opens i do not see any back button or forward button on popup. I just see title then address bar under it and then myJSPPage under address bar. I am not getting how to show back and forward button on popup?
Edit:- i am using google crome. Looks like above code working on IE
window.open
, view this HTML5 Chrome only DEMO. This doesn't address you question, but shows the power ofwindow.open
! – arttronics