That's the page that's created with window.open()


It's probably using just window.open('myfile.cfm') or something and you need
to be more specific.  Send the code for the originating page.

--
Timothy Heald
Web Portfolio Manager
Overseas Security Advisory Council
U.S. Department of State
571.345.2319

The opinions expressed here do not necessarily reflect those of the U.S.
Department of State or any affiliated organization(s).  Nor have these
opinions been approved or sanctioned by these organizations. This e-mail is
unclassified based on the definitions in E.O. 12958.

-----Original Message-----
From: Tim Do [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 09, 2003 2:45 PM
To: CF-Talk
Subject: RE: JS help

No http://
this is what the source looks like:

<html><head><Title>Select a Date</title><STYLE TYPE="text/css">A { color:
#000000; font-family:Verdana;font-size:12px; font-weight: normal;
text-decoration: none; padding:0em .5em;}A:hover { color: #cc6600;
background-color: #ecf4f7; padding:0em .5em; }body { background: #ffffff;
}</STYLE></head><body><a name="this"></a><table align=center height=100%
width=100% border=0 bordercolor=#ffffff cellpadding=0 cellspacing=0><tr><th
bgcolor="#b2d9ec" colspan=7><font face=Verdana color=#006699 size=2>December
2003</font></th></tr><tr bgcolor="#ecf4f7"><th><font face=Verdana
color=#006699 size=1>Su</font></th><th><font face=Verdana color=#006699
size=1>Mo</font></th><th><font face=Verdana color=#006699
size=1>Tu</font></th><th><font face=Verdana color=#006699
size=1>We</font></th><th><font face=Verdana color=#006699
size=1>Th</font></th><th><font face=Verdana color=#006699
size=1>Fr</font></th><th><font face=Verdana color=#006699
size=1>Sa</font></th></tr><tr><td align="center" width=14.28%>&nbsp;</td><td
align="center" width=14.28%><a
href=""> align="center" width=14.28%><a
href=""> align="center" width=14.28%><a
href=""> align="center" width=14.28%><a
href=""> align="center" width=14.28%><a
href=""> align="center" width=14.28%><a
href=""> align="center" width=14.28%><a
href=""> align="center" width=14.28%><a
href=""> align="center" width=14.28%><a
href=""> align="center" width=14.28%><a
href=""> align="center" width=14.28%><a
href=""> align="center" width=14.28%><a
href=""> align="center" width=14.28%><a
href=""> td align="center" width=14.28%><a
href=""> align="center" width=14.28%><a
href=""> align="center" width=14.28%><a
href=""> align="center" width=14.28%><a
href=""> align="center" width=14.28%><a
href=""> align="center" width=14.28%><a
href=""> align="center" width=14.28%><a
href=""> td align="center" width=14.28%><a
href=""> align="center" width=14.28%><a
href=""> align="center" width=14.28%><a
href=""> align="center" width=14.28%><a
href=""> align="center" width=14.28%><a
href=""> align="center" width=14.28%><a
href=""> align="center" width=14.28%><a
href=""> td align="center" width=14.28%><a
href=""> align="center" width=14.28%><a
href=""> align="center" width=14.28%><a
href=""> align="center" width=14.28%><a
href=""> align="center" width=14.28%>&nbsp;</td><td align="center"
width=14.28%>&nbsp;</td><td align="center"
width=14.28%>&nbsp;</td></tr><form><tr bgcolor="#ecf4f7"><td colspan=7
align="center"><input type="image" src="" align="middle"
alt="" border="0" name="Backward" value="<<"
face=Verdana color=#006699
size="1"> Arrows browse through the months.</font> <input type="image"
src="" align="middle" alt="" border="0" name="Forward"
value=">>"
> >

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 09, 2003 11:38 AM
To: CF-Talk
Subject: RE: JS help

ugh, take a look at the HTML source after your page is drwan.  I bet there
is an HTTP in the window.open call.

-----Original Message-----
From: Tim Do [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 09, 2003 2:16 PM
To: CF-Talk
Subject: RE: JS help

There is no http anywhere... the calendar is all rendered inside the custom
tag.

-----Original Message-----
From: Schuster, Steven [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 09, 2003 11:20 AM
To: CF-Talk
Subject: RE: JS help

Make sure the tag code does not use http:// anywhere is one way.

Steve

-----Original Message-----
From: Tim Do [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 09, 2003 2:10 PM
To: CF-Talk
Subject: OT: JS help

Hello all,

I'm trying to use a calendar custom tag (cf_formFieldCalendar) inside a
secure directory.   Inside the tag it has a window.open command that spawns
a window.  When it does, the browser prompts that you're leaving a secure
area.  The tag is inside the secure directory.  Can anybody tell me how to
get it so the browser doesn't prompt the user that they're leaving a secure
area?

Thanks in advance,
Tim

Here is a piece of the js:

function openCalWin_#attributes.target#() {
stats='toolbar=no,location=no,directories=no,status=no,menubar=no,'
stats += 'scrollbars=no,resizable=no,width=300,height=250'
CalWin = window.open ("","Calendar",stats)
  _____
  _____
  _____
  _____
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to