which calls it. This "Select a Date" page must be in the secure area, as
must the custom tag if it is to use a relative path. If the custom tag
is not in the same secure area then you will have to change the code of
the "window.open" command in the custom tag to call the popup page from
an absolute path beginning with "https:".
Cutter
Tim Do wrote:
> 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%> </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%> </td><td align="center"
> width=14.28%> </td><td align="center"
> width=14.28%> </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]

