guys some help please:
I need a link that goes to a redirect that open s a pop up. This link will be on a direct mail piece so i can make a javascript function for a link. It has to be a redirect in the page itself. So I have this:
<script language="JavaScript" type="text/javascript">
<!--//BEGIN SCRIPT
window.location="contract.html","height=415,width=680,toolbar=0,menubar=0,directories=0,scrollbars=0,left=0,top=0"
//END SCRIPT--> </script>
this is the redirect page, it opens "contract.html" fine, it's just not setting the width and height.
What am I doing wrong, need to get this going real quick please..
Thanks in advance!
csatterwhite@orlandomediasolutions.com
I need a link that goes to a redirect that open s a pop up. This link will be on a direct mail piece so i can make a javascript function for a link. It has to be a redirect in the page itself. So I have this:
<script language="JavaScript" type="text/javascript">
<!--//BEGIN SCRIPT
window.location="contract.html","height=415,width=680,toolbar=0,menubar=0,directories=0,scrollbars=0,left=0,top=0"
//END SCRIPT--> </script>
this is the redirect page, it opens "contract.html" fine, it's just not setting the width and height.
What am I doing wrong, need to get this going real quick please..
Thanks in advance!
csatterwhite@orlandomediasolutions.com