- Get link
- X
- Other Apps
- Get link
- X
- Other Apps
html
head
script type="text/javascript"
function open_win()
{
window.open("http://agni-tech.blogspot.com/");
}
/script
/head
body
form
input type=button value="Open Windows" onclick="open_win()"
/form
/body
/html
head
script type="text/javascript"
function open_win()
{
window.open("http://agni-tech.blogspot.com/");
}
/script
/head
body
form
input type=button value="Open Windows" onclick="open_win()"
/form
/body
/html
Comments