Back

Pop-Up Window 007

 

Sign Up For Weekly Newsletter.

This Script will open a window when you mouse over the link.

Script instructions for <HEAD></HEAD> tags

<!-- Paste between the <HEAD></HEAD> tags. -->

<script>

function openpopup(){
var popurl="weekly news letter.htm"
winpops=window.open(popurl,"","width=200,height=200,")
}

</script>
 

Script instructions for <BODY> of the HTML Document

<A HREF="" onMouseover="openpopup()">Sign Up For Weekly Newsletter.</A> </p>
 

Paste script between the <HEAD></HEAD> tags.

Paste script where needed in the body of the HTML Document.


© Copyright 2009 Ashesh