javascript help

2000-08-17 Thread sebastian palmigiani
I'm trying to develop a javascript validation for a textarea. I'm getting an error message which says "ProgramDescription.value" is not an object. === function validate(testform) { if (testform.ProgramDescription.value == " ") { window.alert("Please add a program descr

javascript help

2002-07-18 Thread Corey Yiap
I'm a newbie, how would I pass a value to a hidden field? For example, I have a form call FOO and the hidden text field is hTEXT, how would I write http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffus

Javascript Help...

2000-10-03 Thread Neil H.
I would like to pop a window via a javascript. This isn't a problem, I know how to pop a window. I don't want a toolbar and I want it to be a specific size. The problem is I want to pass form parameters to the page when I pop the window. I don't want to have url parameters. Any ideas would be

Javascript Help

2003-12-18 Thread Andrew Scott
Looking for any help in being able to do the following. I am looking at a string "test,test1,test2,test3", and what I would like to do is get the value of these from the form variable sounds simple enough. But how to I get the item out of the string using _javascript_. In coldfusion I would used

JAVASCRIPT help

2004-06-28 Thread Asim Manzur
Can someone give me a hand on _javascript_ validation? I have a form  with the following fields title   story link   target with the value of "_self" "_blank" and "" What I want that "TITLE and STORY should not be empty and if something in the link then target sould not be empty" Will apprici

Javascript help

2006-12-21 Thread Doug Brown
I have a form with 2 text fields and some radio button, and what I would like to do is clear any text in the text fields if any of the radio buttons are selected. I can do this with one text field, but not sure how to work it with two This will work with one text field... value="#ClassAdDetai

javascript help

2007-09-28 Thread Chad Gray
I am taking a page and sending it to CFDocument for a PDF. Is there a way to kill all hyper links on the page so there are no hyperlinks in the PDF? Thanks, Chad ~| Check out the new features and enhancements in the latest pro

CFMAP/JavaScript help

2010-07-06 Thread Pete Ruckelshaus
I'm having a bit of trouble getting some JavaScript working with CFMAP. I currently use a link to center the map and zoom in on a specific location; this code works fine: Zoom Due to the number of locations on the map, I want to provide users with a way of selecting a location from a dropdown l

Re: javascript help

2000-08-17 Thread Jamie Keane
4.849.9291 Fax -Original Message- From: sebastian palmigiani <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, August 17, 2000 1:50 PM Subject: javascript help >I'm trying to develop a javascript validation for a textarea. I

Re: javascript help

2000-08-17 Thread sebastian palmigiani
ers.com > 704.563.5559 x 228 Voice > 704.849.9291 Fax > -Original Message- > From: sebastian palmigiani <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > Date: Thursday, August 17, 2000 1:50 PM > Subject: javascript help > > >>

OT Javascript Help

2002-06-14 Thread Joshua Tipton
reload(); This is a shot in the dark on my part. I would like for the page to reload if the user resizes the screen in any way. Please help. Joshua Tipton __ This list and al

OT: Javascript help

2002-07-02 Thread Kris Pilles
I need som help with Frames and javascript... I want to make a form field in frame zero to become active when my login is completed in frame 2 Please help -Original Message- From: peter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 11:03 AM To: CF-Talk Subject: setdomain

RE: Javascript help

2002-07-02 Thread Joshua Miller
lewd.com [EMAIL PROTECTED] (304) 622-5676 (Clarksburg Office) (304) 456-4942 (Home Office) -Original Message- From: Kris Pilles [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 11:25 AM To: CF-Talk Subject: OT: Javascript help I need som help with Frames and javascript... I want

Re: javascript help

2002-07-18 Thread Douglas Brown

RE: javascript help

2002-07-18 Thread Corey Yiap
Thanks Doug -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 3:07 AM To: CF-Talk Subject: Re: javascript help

Re: javascript help

2002-07-18 Thread Douglas Brown
IL PROTECTED]> Sent: Thursday, July 18, 2002 3:12 AM Subject: RE: javascript help > Thanks Doug > > -Original Message- > From: Douglas Brown [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 18, 2002 3:07 AM > To: CF-Talk > Subject: Re: javascript help > > >

RE: javascript help

2000-08-30 Thread Dave Watts
> > > I'm trying to develop a javascript validation for a > > > textarea. I'm getting an error message which says > > > "ProgramDescription.value" is not an object. > > > > > > === > > > > > > > > > function validate(testform) { > > > if (testform.ProgramDescription.value == " ") { >

RE: JavaScript Help...

2000-10-03 Thread Gavin Lilley
Use Window.Open window.open(URL,Name,Param) eg... Click Me! -- Gavin Lilley Internet / Intranet Developer Halesowen College Tel: 0121 550 1451 Ext: 330 -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: 03 October 2000 16:36 To: CF-Talk Subject: Javascript Help... I

RE: Javascript Help...

2000-10-03 Thread Top-Link Tech (John Ceci)
Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 03, 2000 10:36 AM To: CF-Talk Subject: Javascript Help... I would like to pop a window via a javascript. This isn't a problem, I know how to pop a window. I don't want a toolbar and I want it to be a specific

RE: Javascript Help...

2000-10-03 Thread ron
> I would like to pop a window via a javascript. This isn't a > problem, I know > how to pop a window. I don't want a toolbar and I want it to be > a specific > size. The problem is I want to pass form parameters to the page > when I pop > the window. I don't want to have url parameters. > > A

Re: Javascript Help...

2000-10-03 Thread Neil H.
Yeah, But if I do it that way how can I pop a window and send form parameters and the window not have a tool bar? neil - Original Message - From: <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, October 03, 2000 12:01 PM Subject: RE: Java

Re: Javascript Help...

2000-10-03 Thread Dean Alexandrou
>From the popup, to change the location (or a variable or whatever) of the calling page you would use: // changes the location of the page that opened this popup window.opener.location.href="abc.html"; // changes a variable/object 'X' in the page that opened this popup window.opener.X="New Value

OT: Javascript Help

2002-01-10 Thread clint
I know this is off topic, but it kinda isn't. Can someone show me how to add 5 minutes to now in javascript? I am having a hard time finding how to do this. Thanks! __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40

Re: Javascript Help

2002-01-10 Thread Don Vawter
d=new Date(); alert(d); d.setHours(d.getHours()+5); alert(d); - Original Message - From: "clint" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, January 10, 2002 11:35 AM Subject: OT: Javascript Help > I know this is off topic,

OT: JavaScript Help

2001-06-08 Thread Todd Ashworth
This is slowly driving me insane .. you would think this would be an easy thing to do (what I'm trying to accomplish, not driving me insane =-p ) I have a table with dynamicly generated rows. Each row has 2 cells. The first cell in each row has an ID. When a row is clicked it triggers a JavaSc

Re: JavaScript Help

2001-06-08 Thread Steve Reich
> How do I get JavaScript to evaluate tdID into > its true value and not think that I'm refering to > an object named tdID? I recommend to anyone that uses javascript in there applications to join the JS-Jive mailing list (just send a blank email to [EMAIL PROTECTED]). The list has over 900 memb

RE: Javascript Help

2003-12-18 Thread Matthew Walker
"test,test1,test2,test3".split(',') will create an array -Original Message- From: Andrew Scott [mailto:[EMAIL PROTECTED] Sent: Friday, 19 December 2003 3:03 p.m. To: CF-Talk Subject: _javascript_ Help Looking for any help in being able to do the following. I am looking at a string "test

RE: Javascript Help

2003-12-18 Thread Michael T. Tangorre
I would use the function called split() which makes an array based on a delimiter passed in (in your case the comma). Then you can loop over the array or access the elements as you need: var x = 'test1,test2,test3,test4'; arElements = x.split(','); would result in... arElements[0] = 'te

RE: Javascript Help

2003-12-18 Thread Andrew Scott
Thanks works a treat Regards Andrew Scott Technical Consultant NuSphere Pty Ltd Level 2/33 Bank Street South Melbourne, Victoria, 3205 Phone: 03 9686 0485  -  Fax: 03 9699 7976 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Javascript Help Required

2003-12-30 Thread Shahzad.Butt
Hi I am using following script to change the image for a button on mouseOver (red button) and mouseOut (white button). What I can not achieve or I dont know how to do is when link is active then display image which I am using on mouseOver


    if (browserVer == 1) {
    b1

Re: JAVASCRIPT help

2004-06-28 Thread mavinson
function checkForm() { var title= document.myForm.title.value; var story= document.myForm.story.value; var link= document.myForm.link.value; var target= document.myForm.target.value; var fbString = ''; if (title == '')     fbString = f

Re: JAVASCRIPT help

2004-06-28 Thread Asim Manzur
Thanks Mike, That works great. What if the user change the value of the target from "" to "_self" or "_blank" then I need to display the msg to put the Link as well. thanks [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: JAVASCRIPT help

2004-06-29 Thread Pascal Peters
Keep in mind the value property of a select is not supported on all browsers. I usually consider a textbox/textarea empty if there are only spaces (I usually trim the values anyway. Also keep in mind that "title" and "target" are properties of the form. To avoid mixing up formfields and properties,

OT: javascript help

2007-05-29 Thread Dan Munez
hey guys i have a little window with a link on it opened up a popup window and gave it a name. the new window also has frames in it. I would like to manipulate the forms in that frame, like giving it certain values and stuff, by calling it from the little window. how do I do that? so far i a

Re: javascript help

2007-05-29 Thread James Wolfe
> hey guys i have a little window with a link on it opened up a popup > window and gave it a name. the new window also has frames in it. I > would like to manipulate the forms in that frame, like giving it > certain values and stuff, by calling it from the little window. how > do I do that?

RE: javascript help

2007-05-29 Thread Andy Matthews
I believe that you have to reference the frame as an array index, similar to the way you can reference form elements. -Original Message- From: Dan Munez [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 29, 2007 9:12 AM To: CF-Talk Subject: OT: javascript help hey guys i have a little window

Re: javascript help

2007-05-29 Thread Tom Chiverton
On Tuesday 29 May 2007, Andy Matthews wrote: > I believe that you have to reference the frame as an array index, similar > to the way you can reference form elements. Get firefox. Get the firebug extension. Set a break point and poke around the DOM :-) -- Tom Chiverton Helping to confidentially

OT: Javascript help

2006-04-20 Thread Ben Nadel
Not really for CF, but though someone here could lend some insight There is one problem in Javascript that I cannot seem to get a handle on and it is killling me! I can't seem to get variables to pass by value as I would hope. Take the following example: for (var intI = 0 ; intI < 10 ; intI+

RE: Javascript help

2006-04-20 Thread Bobby Hartsfield
The onclicks are outside of the loop ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, April 20, 2006 9:35 AM To: CF-Talk Subject: OT: Javascript help Not really for CF, but though

RE: Javascript help

2006-04-20 Thread Ben Nadel
umber. ... Ben Nadel www.bennadel.com -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Thursday, April 20, 2006 10:06 AM To: CF-Talk Subject: RE: Javascript help The onclicks are outside of the loop ...:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslif

RE: Javascript help

2006-04-20 Thread Bobby Hartsfield
ubject: OT: Javascript help Not really for CF, but though someone here could lend some insight There is one problem in Javascript that I cannot seem to get a handle on and it is killling me! I can't seem to get variables to pass by value as I would hope. Take the following example: fo

Re: Javascript help

2006-04-20 Thread Rob Wilkerson
ber. > > ... > Ben Nadel > www.bennadel.com > > -Original Message- > From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 20, 2006 10:06 AM > To: CF-Talk > Subject: RE: Javascript help > > The onclicks a

RE: Javascript help

2006-04-20 Thread Bobby Hartsfield
The onclick of the divs wont work in IE 6- ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, April 20, 2006 9:35 AM To: CF-Talk Subject: OT: Javascript help Not really for CF, but though some

RE: Javascript help

2006-04-20 Thread Bobby Hartsfield
hey are all 10. ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, April 20, 2006 9:35 AM To: CF-Talk Subject: OT: Javascript help Not really for CF, but though someone here could len

RE: Javascript help

2006-04-20 Thread Ben Nadel
going to try to force intI to a string, which works for simple values, but will not work with complex values. ... Ben Nadel www.bennadel.com -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Thursday, April 20, 2006 10:49 AM To: CF-Talk Subject

RE: Javascript help

2006-04-20 Thread Bobby Hartsfield
il 20, 2006 11:01 AM To: CF-Talk Subject: RE: Javascript help Bobby, I cannot seem to get the onCLick to fire in my browser. Granted I am using IE in Homesite. But, my concern with this solution is that I feel (without testing) that it is string dependent. divCont.setAttribute('onClic

RE: Javascript help

2006-12-21 Thread Bobby Hartsfield
age- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: Thursday, December 21, 2006 3:34 PM To: CF-Talk Subject: Javascript help I have a form with 2 text fields and some radio button, and what I would like to do is clear any text in the text fields if any of the radio buttons are selected. I can do

Re: Javascript help

2006-12-21 Thread Doug Brown
This seems to work, but will it work in all browser? onFocus="document.updClassified.asking1.value = '',document.updClassified.asking2.value = ''" Doug B. ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfu

RE: Javascript help

2006-12-21 Thread loathe
tags, and singles in JS, it's a bit more difficult when you're creating dynamic SQL as you have to use the single quote. Anyway, hope it helps. > -Original Message- > From: Doug Brown [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 21, 2006 3:34 PM > To: CF-Talk &g

RE: Javascript help

2006-12-21 Thread loathe
Doug Brown [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 21, 2006 3:51 PM > To: CF-Talk > Subject: Re: Javascript help > > This seems to work, but will it work in all browser? > > onFocus="document.updClassified.asking1.value = > &#

Re: Javascript help

2006-12-21 Thread Charlie Griefer
Brown [mailto:[EMAIL PROTECTED] > > Sent: Thursday, December 21, 2006 3:51 PM > > To: CF-Talk > > Subject: Re: Javascript help > > > > This seems to work, but will it work in all browser? > > >

RE: Javascript help

2006-12-21 Thread loathe
CF-Talk > Subject: Re: Javascript help > > That should work cross-browser, no? it's pretty standard JS syntax. > > onfocus="statement1; statement2; statement3..." > > as long as each is separated by a semi-colon it should be ok? > > On 12/21/06, loathe &

RE: Javascript help

2006-12-21 Thread loathe
Also your using a comma and not a semi colon, sorry forgot to add that. > -Original Message- > From: loathe [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 21, 2006 4:07 PM > To: CF-Talk > Subject: RE: Javascript help > > No it won't. > > For that y

Re: Javascript help

2006-12-21 Thread Charlie Griefer
arguments that way, but will calling the field that way work > cross browser? > > I don't know, I still write it using different techniques. > > > -Original Message- > > From: Charlie Griefer [mailto:[EMAIL PROTECTED] > > Sent: Thursday, December 21, 20

Re: Javascript help

2006-12-21 Thread Christopher Jordan
Check out jQuery. This sort of thing would be a snap in jQuery (http://jQuery.com). Doug Brown wrote: > I have a form with 2 text fields and some radio button, and what I would like > to do is clear any text in the text fields if any of the radio buttons are > selected. I can do this with one

RE: Javascript help

2006-12-21 Thread Bobby Hartsfield
form'].myfield.value document.forms['myform']['myfield'] .value -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Thursday, December 21, 2006 4:23 PM To: CF-Talk Subject: Re: Javascript help i'm pretty sure it'll work. but of course i

RE: Javascript help

2006-12-21 Thread Dave Watts
> > document.formname.fieldname.value is about as standard as it > > gets AFAIK. > > Yes, it is as vanilla as it gets and easiest for most people > to read and understand. But if you'd like to make it NOT work > in all browsers that can read JS you can try some of these lol > > document.forms[0

RE: Javascript help

2006-12-21 Thread Bobby Hartsfield
ber 21, 2006 5:42 PM To: CF-Talk Subject: RE: Javascript help > > document.formname.fieldname.value is about as standard as it > > gets AFAIK. > > Yes, it is as vanilla as it gets and easiest for most people > to read and understand. But if you'd like to make it NOT wo

RE: Javascript help

2006-12-21 Thread Dave Watts
> You can stack arguments that way, but will calling the field > that way work cross browser? Yes, there's nothing wrong with having multiple statements within an event handler, other than readability. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the hig

RE: Javascript help

2006-12-21 Thread Dave Watts
> > This seems to work, but will it work in all browser? > > > > onFocus="document.updClassified.asking1.value = > > '',document.updClassified.asking2.value = ''" > > > No it won't. > > For that you'll need a function and you'll need to write a > javascript browser diction script and have sepa

RE: Javascript help

2006-12-21 Thread Dave Watts
> I don't consider Netscape 2 (or IE pre 5) when I use the > phrase 'cross browser compatible'. Especially when dealing > with JS and/or CSS. I thought the question was, "what is the most compatible way to address a form in JS", not "what browsers do you prefer to disregard?" Right now, the ans

RE: Javascript help

2006-12-21 Thread Bobby Hartsfield
Well since we are being smart asses... the question was "how can I clear either one when I click on any one of the radio buttons." -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Thursday, December 21, 2006 7:34 PM To: CF-Talk Subject: RE: Javascript help

RE: Javascript help

2006-12-22 Thread Dave Watts
> Well since we are being smart asses... the question was "how > can I clear either one when I click on any one of the radio buttons." One person's smart ass is another's stickler for accuracy. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest cal

RE: Javascript help

2006-12-22 Thread Bobby Hartsfield
And here I was thinking you had no sense of humor ;-) -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, December 22, 2006 10:43 AM To: CF-Talk Subject: RE: Javascript help > Well since we are being smart asses... the question was "how > can I clear

OT: Javascript help.

2005-12-06 Thread J W
I have been beating my head around for the better part of today trying to figure this out.. I am prefilling a textarea with some information. When the page loads, I would like to set focus to the text area and have the cursor position set to the first character in the textarea with the prefilled

RE: Javascript help.

2005-12-06 Thread Bobby Hartsfield
: Javascript help. I have been beating my head around for the better part of today trying to figure this out.. I am prefilling a textarea with some information. When the page loads, I would like to set focus to the text area and have the cursor position set to the first character in the textarea with the

RE: Javascript help.

2005-12-06 Thread Bobby Hartsfield
: RE: Javascript help. function selTA() { document.formname.fieldname.focus(); } window.onload = selTA; ...:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: J W [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 06, 2005 2:24 PM To: CF-Talk

RE: Javascript help.

2005-12-06 Thread Bobby Hartsfield
Hartsfield [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 06, 2005 2:38 PM To: CF-Talk Subject: RE: Javascript help. Hmmm guess that only places the cursor at the beginning in IE... gimmee a minute :) ...:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original

Re: Javascript help.

2005-12-06 Thread J W
> > window.onload = selTA; > > > > > ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. > Bobby Hartsfield > http://acoderslife.com > > -Original Message- > From: J W [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 06, 2005 2:24 PM > To: CF-Talk > Subject: OT: Javascript help. > > I hav

Re: Javascript help.

2005-12-06 Thread J W
=0; > } > > window.onload = selTA; > > > ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. > Bobby Hartsfield > http://acoderslife.com > > > -Original Message- > From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 06, 2005 2:38 PM > To: CF-Talk

Re: javascript help

2007-09-28 Thread Charlie Griefer
this works in Firefox on XP. not tested beyond that: for (var i=0; i wrote: > I am taking a page and sending it

Re: javascript help

2007-09-28 Thread Scott Weikert
Chad Gray wrote: > I am taking a page and sending it to CFDocument for a PDF. > > Is there a way to kill all hyper links on the page so there are no hyperlinks > in the PDF? > Why is this a Javascript question? Just do some regex fun on your output content, stripping all anchor tags, before w

(ot) Javascript Help

2009-07-09 Thread Michael Muller
Ok, I need some Javascript help. I just cannot get this script (residing in an iframe)... parent.thisMovie('studio_loader_embed').reloadClipart(); parent.thisMovie('studio_loader_embed').showTab(2); ...to go through this script... function thisM

(ot) javascript help

2008-06-11 Thread Chad Gray
Can any javascript gurus tell me why this does not work? I want the tag to display on the page so I get a carriage return between the two pieces of text "Foo" and "Moo". I get this error in Firbug: document.tabbedTicket.FTDTYPEe has no properties function makeNewEntry() { document.tabbedTic

Re: CFMAP/JavaScript help

2010-07-06 Thread Michael Grant
I'm going to guess the problem is that the js is seeing your object as a string. I *think* this would work. Can't say for sure without testing it. I can never remember weather you can use this.value with a select and have it work. You may need to change it to this.options[this.selectedIndex].value

Re: CFMAP/JavaScript help

2010-07-06 Thread Michael Grant
> > > I can never remember weather > Errr... whether. It's still early. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: h

Re: CFMAP/JavaScript help

2010-07-06 Thread Pete Ruckelshaus
Thanks Michael, that got me a LOT closer...I just needed to add an eval() to your code: onChange="ColdFusion.Map.setCenter('map1', {latitude:eval(this.value.split('|')[0]),longitude:eval(this.value.split('|')[1])});ColdFusion.Map.setZoomLevel('map1',10);" Thanks for the help, Pete On Tue, Jul

Re: CFMAP/JavaScript help

2010-07-06 Thread Michael Grant
s'Awsome. On Tue, Jul 6, 2010 at 8:30 AM, Pete Ruckelshaus wrote: > > Thanks Michael, that got me a LOT closer...I just needed to add an eval() > to > your code: > > onChange="ColdFusion.Map.setCenter('map1', > > {latitude:eval(this.value.split('|')[0]),longitude:eval(this.value.split('|')[1])})

Re: OT Javascript Help

2002-06-14 Thread S . Isaac Dealey
Not sure about other browsers, but in IE you can use or if you're already past the body tag I believe it's window.onresize = location.reload; note that there are no () parenthesis in the 2nd case ... Out of curiosity ... Why are you wanting to reload the document when the window resizes? Do you

RE: OT Javascript Help

2002-06-14 Thread Joshua Tipton
: OT Javascript Help Not sure about other browsers, but in IE you can use or if you're already past the body tag I believe it's window.onresize = location.reload; note that there are no () parenthesis in the 2nd case ... Out of curiosity ... Why are you wanting to reload the documen

Re: OT: Javascript help

2002-07-02 Thread Alex
www.irt.org On Tue, 2 Jul 2002, Kris Pilles wrote: > I need som help with Frames and javascript... > > I want to make a form field in frame zero to become active when my login > is completed in frame 2 > > Please help > > > -Original Message- > From: peter [mailto:[EMAIL PROTECTED]]

OT: JavaScript Help - PLEASE!

2002-08-09 Thread Christian Abad
Folks: I'm in a bit of a quandary here, and was hoping that some if the brilliant minds on this list could offer some insight. Problem: We have hundreds of pages that (unfortunately) refer to a form by document.form[0]. We are now attempting to add a form to the top of the page, thus making it

RE: JavaScript Help - PLEASE!

2002-08-09 Thread Philip Arnold - ASP
> I'm in a bit of a quandary here, and was hoping that some if > the brilliant minds on this list could offer some insight. > Questions: > Is there any way to "spoof" the DOM into thinking that the > first form on the page is document.form[100]? (Can you > override how the DOM indexes objects in

Slight OT: JavaScript Help

2002-09-12 Thread Mark A. Kruger - CFG
Folks, Some JavaScript guru out there can answer this in a second. I have a form window with a link that "pops up" a simple form to add some piece or pieces of data to a lookup table. When the user is done adding, I want them to click a button and have the window close - and the page behind it

Re: OT: Javascript Help

2002-01-10 Thread savan . thongvanh
() ; clint <[EMAIL PROTECTED]> on 01/10/2002 12:35:21 PM Please respond to [EMAIL PROTECTED] To: CF-Talk <[EMAIL PROTECTED]> cc: Subject: OT: Javascript Help I know this is off topic, but it kinda isn't. Can someone show me how to add 5 minutes to now in javascript? I

Re: OT: Javascript Help

2002-01-10 Thread Alex
www.irt.org On Thu, 10 Jan 2002, clint wrote: > I know this is off topic, but it kinda isn't. > > Can someone show me how to add 5 minutes to now in javascript? > > I am having a hard time finding how to do this. > > Thanks! > > _

Re: OT: Javascript Help

2002-01-10 Thread Dick Applebaum
theDate = new Date(); myMinutes = 5 + theDate.getMinutes(); At 1:35 PM -0500 1/10/02, clint wrote: >I know this is off topic, but it kinda isn't. > >Can someone show me how to add 5 minutes to now in javascript? > >I am having a hard time finding how to do this. > >Thanks! > > ___

OT: form/javascript help

2003-08-21 Thread Phillip B
I know this can be done but I stink at java script. I want to select some text in a text field. Then click a graphic on the page and have it put an HTML tag around the selected text in the form field. Any idea on how to do this or where to find the code that does this? Phillip B. www.LoungeRoyale

RE: form/javascript help

2003-08-21 Thread Joshua Miller
ete it immediately and advise us by return e-mail to [EMAIL PROTECTED] * -Original Message- From: Phillip B [mailto:[EMAIL PROTECTED] Sent: Thursday, August 21, 2003 1:26 PM To: CF-Talk Subject: OT: form/java

OT form javascript help

2003-08-21 Thread Phillip B
I know this can be done but I stink at java script. I want to select some text in a text field. Then click a graphic on the page and have it put an HTML tag around the selected text in the form field. Any idea on how to do this or where to find the code that does this? Phillip B. www.LoungeRoyale

RE: form/javascript help

2003-08-21 Thread Barney Boisvert
ginal Message- > From: Joshua Miller [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 21, 2003 2:21 PM > To: CF-Talk > Subject: RE: form/javascript help > > > > function wrapWithTag(formObj,tagname){ > formObj.value="<"+tagname+">"+fo

Re: form/javascript help

2003-08-21 Thread Jeff Garza
t = tmpText; } HTH, Jeff Garza - Original Message - From: "Barney Boisvert" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, August 21, 2003 3:13 PM Subject: RE: form/javascript help that will wrap the entire form field

RE: form/javascript help

2003-08-21 Thread Joshua Miller
: CF-Talk Subject: RE: form/javascript help that will wrap the entire form field value. I don't think that it's possible to wrap only a portion with javascript. --- Barney Boisvert, Senior Development Engineer AudienceCentral [EMAIL PROTECTED] voice : 360.756.8080 x12 fax : 36

Re: form/javascript help

2003-08-22 Thread Phillip B
Where can I find the drop-in HTML editor in DWMX? Phillip B. www.LoungeRoyale.com www.FillWorks.com - Original Message - From: "Joshua Miller" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, August 21, 2003 9:00 PM Subject: RE:

RE: Javascript Help Required

2003-12-30 Thread MILAN MUSHRAN
You have a Syntax error... You missed the double quotes on the first image. b1.src = ""> >From: "Shahzad.Butt" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: _javascript_ Help Required >Date: Tue, 30 Dec 2003 11:40:34 - > >Hi > >I am using followi

RE: Javascript Help Required

2003-12-30 Thread Shahzad.Butt
That must be a mistake writing email however my code works fine. Only problem is that I dont know how to keep the image active (Red One) when a link is active.   _   From: MILAN MUSHRAN [mailto:[EMAIL PROTECTED] Sent: 30 December 2003 14:10 To: CF-Talk Subject: RE: _javascript_ Help Require

OT: Need Javascript Help

2004-11-02 Thread Phillip Perry
Hi, I need some advice about javascript. Could someone contact me offline to discuss it? Thanks. PHil ~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion

Re: OT: Javascript help

2006-04-20 Thread Zaphod Beeblebrox
the most I can think of is to evaluate the value right at the function declaration: objA.onclick = eval ('function(){ alert( ' + intI + ' ); };'); On 4/20/06, Ben Nadel <[EMAIL PROTECTED]> wrote: > > Not really for CF, but though someone here could lend some insight > > There is one problem

RE: OT: Javascript help

2006-04-20 Thread Ben Nadel
el www.bennadel.com -Original Message- From: Zaphod Beeblebrox [mailto:[EMAIL PROTECTED] Sent: Thursday, April 20, 2006 10:31 AM To: CF-Talk Subject: Re: OT: Javascript help the most I can think of is to evaluate the value right at the function declaration: objA.onclick = eval ('fu

Re: OT: Javascript help

2006-04-20 Thread Cutter (CFRelated)
Asking your question of my javascipt list, the responses were as follows: Repsonse 1 Have you tried this? objA.onclick = new Function ("alert(" + intI + ")" ); Response 2 >for (var intI = 0 ; intI < 10 ; intI++){ >> var objA = document.createElement( "div" ); Place one "var objA;"

  1   2   >