> I'm not running IMail's ad support. We have a CF server and a CFTag > called cfDreamBanner that serves up our banner ads. What I did was > this: > > In the config_BannerContentRegular.cgi file I replaced the default with: > > <script language="JavaScript"><!-- > window.location.href = "http://taisweb.net/cfdbtest.cfm"; > // --></script> > > ...where cfdbtest.cfm calls the cfDreamBanner tag. I did the same for > the SSL file, using instead "https://secure.taisweb.net/cfdbtest.cfm" > > Is this causing the problem?
Bingo. If you want to read a message, it won't help to redirect the page away to some CF-served banner. > If so, how can I call up an external > ColdFusion page within the lower frame? You could try an inline frame, but only IE users will see it. Or you could could build a custom frameset page with two frames - one at the top for your CF banners, and one at the bottom that loads KWM. IMO, a banner solution that requires you to create a frame or an iframe isn't much of a banner solution. :: Ron Hornbaker, President/CTO :: http://humankindsystems.com - Ipswitch Premier Partner :: http://AnswerTrack.com - eCRM email tracking & routing :: 1-888-952-4888 or [EMAIL PROTECTED] To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
