Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

redirect....... 1

Status
Not open for further replies.

coldfused

Technical User
Jan 27, 2001
2,442
US
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=&quot;JavaScript&quot; type=&quot;text/javascript&quot;>
<!--//BEGIN SCRIPT
window.location=&quot;contract.html&quot;,&quot;height=415,width=680,toolbar=0,menubar=0,directories=0,scrollbars=0,left=0,top=0&quot;
//END SCRIPT--> </script>

this is the redirect page, it opens &quot;contract.html&quot; 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
 
window.open(&quot;file.htm&quot;, &quot;open&quot;, &quot;fullscreen=yes,toolbar=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,directories=yes,location=yes,width=400,height=300,left=50,top=50&quot;)

[Hammer]
Nike Failed Slogans -- &quot;Just Don't Do It!&quot;
 
np

[Hammer]
Nike Failed Slogans -- &quot;Just Don't Do It!&quot;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top