Reputation: 5972
What is the code for Opening a web page in new Window?
My click event will do some process and I have to open to a new window How to do this?
Upvotes: 1
Views: 317
Reputation: 4966
Use window.open and initiate your pop up
Study this article for a detailed know how: New Window
Upvotes: 2