R
rszebras
I created the following javascript pop-up (using the behaviors pop-up window
feature, etc.) to work in an e-mail newsletter we send to clients. Here is
the relevant code:
href="javascript://www.mysite.net/sample_1.htm">
<img border="0" src="http://www.mysite.net/images/sample_1.jpg" width="201"
height="167" align="right" vspace="4" onclick="FP_openNewWindow('400', '325',
false, false, false, false, false, false, 'sampleone',
/*href*/'http://www.mysite.net/sample_1.html')"></a>
If I am using Internet Explorer to test my e-mail page, the pop-up works
just fine. However, when I test it in Outlook it doesn't work. A pop-up
does come up but the content doesn't display. The title bar in the pop-up
displays the following 'javascript://www.mysite.net/sample_1.htm' instead of
'http://www.mysite.net/sample_1.html'
I can of course just use 'http://www.mysite.net/sample_1.html' as a link in
the e-mail newsletter. But I want a specifically sized window without
navigation, menu, and status bars. Does anyone know if there is a specific
code necessary for use in e-mail clients?
Thanks a lot.
feature, etc.) to work in an e-mail newsletter we send to clients. Here is
the relevant code:
href="javascript://www.mysite.net/sample_1.htm">
<img border="0" src="http://www.mysite.net/images/sample_1.jpg" width="201"
height="167" align="right" vspace="4" onclick="FP_openNewWindow('400', '325',
false, false, false, false, false, false, 'sampleone',
/*href*/'http://www.mysite.net/sample_1.html')"></a>
If I am using Internet Explorer to test my e-mail page, the pop-up works
just fine. However, when I test it in Outlook it doesn't work. A pop-up
does come up but the content doesn't display. The title bar in the pop-up
displays the following 'javascript://www.mysite.net/sample_1.htm' instead of
'http://www.mysite.net/sample_1.html'
I can of course just use 'http://www.mysite.net/sample_1.html' as a link in
the e-mail newsletter. But I want a specifically sized window without
navigation, menu, and status bars. Does anyone know if there is a specific
code necessary for use in e-mail clients?
Thanks a lot.