Popup messages
function mypopup1()
{
window.open("http://www.google.com", "Shahidwindow",
"status=yes, height=400, width=500, resizable=yes, menubar=no, left=100, top=10")
}
function mypopup2()
{
window.open("http://www.google.com")
}
<script type="text/javascript">
function mypopup1()
{
window.open("http://www.google.com", "Shahidwindow",
"status=yes, height=400, width=500, resizable=yes, menubar=no, left=100, top=10")
}
function mypopup2()
{
window.open("http://www.google.com")
}
</script>