DGBrothers Junior Member
|
posted December 06, 1999 07:30 AM
Hi, I send e-mails to existing clients, and I wanted an HTML business card to pop up, with a print button, so clients can have a hard copy business card should they want it. I'm using an HTML signature file in Outlook set up with three columns (left column is photo and navigation, middle column is the email message, right column is my news updates). I set it to automatically close after one minute, so if the clients ignore it, it quietly goes away. I've got everything coded, and it works when I load it into Internet Explorer, but it won't work from Outlook, no matter what my my security settings are.JavaScript: <SCRIPT LANGUAGE="JavaScript"> <!-- hide the script openWin = window.open("http://mypages.prodigy.net/myname/myPopUp.htm","childWindow","top=0,left=0,width=470,height=350,location=no,scrollbars=no,menub ars=no,toolbars=no,resizable=no"); openWin.focus(); setTimeout('openWin.close()',60000) // --> </SCRIPT> And I've put the following into the <BODY> tag: onLoad="openWin()" Can anyone help me? Thanks in advance! Darren DGBrothers@prodigy.net |