Hi, I'm trying to passing values from a popup back to the parent window.
In the popup window, I have a select box (multiple). I want to pass the
selected items back to the parent window but it is only passing back the
first value select not all the values selected in the drop down. Here
is what I
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',&
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.
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
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 tel
Ok, this is an odd request but:
I was curiosu if it is possible with javascript to reference the value
of the text contained inbetween the Thevalue
Any help would be awesome.
I need to do this with JS only
Thanks
Kris Pilles
Website Manager
Western Suffolk BOCES
507 Deer Park Rd., Building C
> -Original Message-
> From: Tipton Josh (orl1jdt) [mailto:[EMAIL PROTECTED]]
> Sent: Friday, November 22, 2002 1:32 PM
> To: CF-Talk
> Subject: OT JS Help
>
>
> I have a set date already and I want to make sure that the
> date entered is
> not higher than the cur
u put 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
mailto:[EMAIL PROTECTED]]
Sent: Friday, November 22, 2002 10:32 AM
To: CF-Talk
Subject: OT JS Help
I have a set date already and I want to make sure that the date entered is
not higher than the current set date and if so then a warning would show.
In my reasearch js kind of bites when it comes to da
I have a set date already and I want to make sure that the date entered is
not higher than the current set date and if so then a warning would show.
In my reasearch js kind of bites when it comes to dates so I need some help.
In short I want to make sure that date1 !> an entered form value.
Tha
10 matches
Mail list logo