<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function popup_window()
{
window.open('http://solutions-program.blogspot.in/2012/06/validate-in-javascript-to-check-whether.html','','width=500,height=500');
}
</script>
</head>
<body>
<input type="button" value="Click here" onclick="popup_window()" />
</body>
</html>
No comments:
Post a Comment