How to show back and forward button on popup opened thru window.open or self.open?

Posted by M Sach on Stack Overflow See other posts from Stack Overflow or by M Sach
Published on 2012-06-12T04:22:00Z Indexed on 2012/06/12 4:40 UTC
Read the original article Hit count: 186

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?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about html