Re: OT: JS help

2003-12-09 Thread Cutter (CF-Talk)
JS Popup browsers are called like this: window.open('http://www.mydomain.com/pagename.html','windowname','[attributes]'); This code is in the code of your custom tag. You must adjust this code to say https: instead of http:. If the tag calls the popup page as a relative link rather than an

Re: OT: JS help

2003-12-09 Thread Ben Doom
The browser will *always* prompt the user that they are leaving a secure area (this is a feature not a bug) unless you open a secure URL in the flyout window. --Ben Tim Do wrote: Hello all, I'm trying to use a calendar custom tag (cf_formFieldCalendar) inside a secure directory.Inside

RE: OT: JS help

2003-12-09 Thread Schuster, Steven
Bingo, exactly what I said. -Original Message- From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 2:25 PM To: CF-Talk Subject: Re: OT: JS help JS Popup browsers are called like this: window.open('http://www.mydomain.com/pagename.html','windowname

RE: OT JS Help

2002-11-22 Thread Tim Do
if (parseInt(document.form.Date1.value) parseInt(document.form.Date2.value)) { alert(Date1 must be before the Date2!) document.form.Date1.focus() return false; } -Original Message- From: Tipton Josh (orl1jdt) [mailto:[EMAIL

RE: OT JS Help

2002-11-22 Thread Rob Rohan
things in quotes, people think someone actually said it. http://treebeard.sourceforge.net http://ruinworld.sourceforge.net Scientia Est Potentia -Original Message- From: Tim Do [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 10:51 AM To: CF-Talk Subject: RE: OT JS Help if (parseInt

RE: OT JS Help

2002-11-22 Thread Lofback, Chris
You need to be able to parse the date out of the form field. I wrote a JS library that handles this (and several other types of validation). Take a look at http://66.0.48.14/js/ Chris Lofback Sr. Web Developer TRX Integration 28051 US 19 N., Ste. C Clearwater, FL 33761 www.trxi.com