Thursday, June 2, 2011

how to open pop up

how to open pop up

<script language="javascript" type="text/javascript">
function OpenWindow() {
window.open("http://learnlogic.blogspot.com/", "learnlogic", "location=1,status=1,scrollbars=1,width=600,height=600");
}
</script>


<a href="#" onclick="javascript:OpenWindow();">OpenWindow</a>

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.