Wednesday, May 17, 2017

How to open new window in HTML


function open_win()
{
window.open("http://www.google.com");
}

No comments:

Post a Comment