Mywebdunia's Blog

Posts Tagged ‘popup window

JavaScript window.open method

Posted by: Amit Nazare on: December 29, 2008

To open a new window by clicking on the link, you will need to use window.open method of javascript. Example: <a href=”javascript: void(0)” onclick=”window.open(‘http://nazare.50webs.com’, ‘windowname’, ‘width=200, height=77′); return false;”>Click here for simple popup window</a> Now you can open a simple window, also this function can have different  features of that window to appear. Feature List: [...]


Follow

Get every new post delivered to your Inbox.