Re: OT: JavaScript Resource

2002-12-04 Thread Antony Sideropoulos
www.w3schools.com is pretty good - introductions to JS, CSS, DHTML, SQL and ASP... (not that you'll spend much time in the ASP section). They have a little test area where you can modify their code and preview the results - much easier than having to roll your own examples. HTH > >I am looking

OT: JavaScript Resource

2002-12-04 Thread Bruce Sorge
I am looking for a good source for JavaScript that covers both Nutscrape AND IE. I have a form where the JS validation works like a champ in IE, but NOT in Nutscrape. Thanks, Bruce ~| Archives: http://www.houseoffusion.com/cf_l

Re: OT: Javascript across windows

2002-11-07 Thread Cutter - \(CFTalk List\)
look at window.opener in a JavaScript reference (maybe on Webmonkey.com) Cutter Falcon Knives Ben Doom writes: > Does anyone know how to pass information between browser windows using > Javascript (or anything else for that matter). > > Specifically, I'm using javascript to open a second br

Re: OT: Javascript across windows

2002-11-07 Thread Robert Polickoski
Ben, window.opener is an object reference in the child to the parent. You can use widow.opener.document.all.elementid or window.opener.formname.fieldname to reference objects in the parent. Robert J. Polickoski Senior Programmer, ISRD Inc. (540) 842-6339 [EMAIL PROTECTED] AIM - RobertJFP

OT: Javascript across windows

2002-11-07 Thread Ben Doom
Does anyone know how to pass information between browser windows using Javascript (or anything else for that matter). Specifically, I'm using javascript to open a second browser window for a user to fill out a small form which needs to return the results to the creating browser window. The second

Re: OT: Javascript ?

2002-10-23 Thread Deanna Schneider
Thanks everyone for your replies. I obviously had a momentary lapse of sanity there. *sigh* -d Deanna Schneider Interactive Media Developer [EMAIL PROTECTED] ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumi

Re: OT: Javascript ?

2002-10-23 Thread Mike Wokasch
Deanna - Just use an onclick or use an [a href="javascript: unCheckAll()"] [img][/a] to handle that. Mike Wokasch UW-Extension At 12:47 PM 10/23/2002 -0500, you wrote: >Hi Folks, >With the following code, I can check or uncheck all the checkboxes on a page >IF I use an input type of button. If

Re: -OT- Javascript - Dynamic Variable Names

2002-10-02 Thread Thane Sherrington
At 06:40 AM 02/10/02 -0500, Marlon Moyer wrote: >www.irt.org is a great resource and here's a link to an answer to your >question: Thanks. That appears to have solved it. T ~| Archives: http://www.houseoffusion.com/cf_lists/in

Re: -OT- Javascript - Dynamic Variable Names

2002-10-02 Thread Marlon Moyer
www.irt.org is a great resource and here's a link to an answer to your question: http://developer.irt.org/script/809.htm Marlon Thane Sherrington wrote: >If someone knows of a good Javascript list where I can ask this, let me >know and I'll go there. I'm trying to loop in Javascript and cre

-OT- Javascript - Dynamic Variable Names

2002-10-02 Thread Thane Sherrington
If someone knows of a good Javascript list where I can ask this, let me know and I'll go there. I'm trying to loop in Javascript and create a dynamic variable name in each loop (the way I can do a variablename#loopvalue# in CF.) Any idea how I could do this? I'm trying to access form fields

RE: Slight OT: JavaScript Help

2002-09-12 Thread Mark A. Kruger - CFG
Thanks Isaac, I'll file both of those away - great ideas. -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 10:47 AM To: CF-Talk Subject: RE: Slight OT: JavaScript Help Just as an FYI, you can also use window.opener.location.r

RE: Slight OT: JavaScript Help

2002-09-12 Thread S . Isaac Dealey
[EMAIL PROTECTED]] > Sent: Thursday, September 12, 2002 8:54 AM > To: CF-Talk > Subject: RE: Slight OT: JavaScript Help > I think it is something like > window.opener.location=('yourlocation.cfm'); > -Original Message- > From: Mark A. Kruger - CFG [mailto:[E

RE: Slight OT: JavaScript Help

2002-09-12 Thread Mark A. Kruger - CFG
Kris - thanks. I'll give it a try. -mk -Original Message- From: Kris Pilles [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 9:26 AM To: CF-Talk Subject: RE: Slight OT: JavaScript Help var callerWindowObj = dialogArguments; callerWindowObj.r

RE: Slight OT: JavaScript Help

2002-09-12 Thread Mark A. Kruger - CFG
Charlie, Thanks a lot. I appreciate the help from sunny AZ. -mk -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 9:26 AM To: CF-Talk Subject: Re: Slight OT: JavaScript Help - Original Message - From: "Mark A. Kruger

RE: Slight OT: JavaScript Help

2002-09-12 Thread Kris Pilles
rom: Charlie Griefer [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 10:26 AM To: CF-Talk Subject: Re: Slight OT: JavaScript Help - Original Message - From: "Mark A. Kruger - CFG" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursda

Re: Slight OT: JavaScript Help

2002-09-12 Thread Charlie Griefer
- Original Message - From: "Mark A. Kruger - CFG" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, September 12, 2002 7:17 AM Subject: RE: Slight OT: JavaScript Help > Ok - how would I do that? could I use the window.opener obje

RE: Slight OT: JavaScript Help

2002-09-12 Thread Mark A. Kruger - CFG
ml: My pet shop - I have to be able to set both of these items. I'm sure it's possible, but I've not done it before. -mk -Original Message- From: Kris Pilles [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 8:56 AM To: CF-Talk Subject: RE: Slight OT: JavaScript He

RE: Slight OT: JavaScript Help

2002-09-12 Thread Mark A. Kruger - CFG
You get the Guru trophy of the day (I think it's a 9 year old twinkie). That is exactly what I needed. -mk -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 8:54 AM To: CF-Talk Subject: RE: Slight OT: JavaScript Help I think

RE: Slight OT: JavaScript Help

2002-09-12 Thread Kris Pilles
Why do you want to refresh the window? Why not just have javascript pass the values back to the form and close the top window? -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 9:45 AM To: CF-Talk Subject: Slight OT: JavaScript

RE: Slight OT: JavaScript Help

2002-09-12 Thread Bryan F. Hogan
I think it is something like window.opener.location=('yourlocation.cfm'); -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 9:45 AM To: CF-Talk Subject: Slight OT: JavaScript Help Folks, Some JavaScript guru out

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 - PLEASE!

2002-08-09 Thread S . Isaac Dealey
I would probably use a multi-file RegularExpression replacement in ColdFusion studio ... be very careful tho... and replace all the references to document.form[0] with document.myformname and give form[0] the name it needs... the regex I'm sure will only be necessary for adding the form name, beca

OT: Javascript Operator

2002-08-09 Thread James Taavon
What is would be the Javascript equivalent to this CFIF statement. I am checkig for valid form entry and I want to do it client side and not server side. "> __ Get the mailserver that powers this list at http://www.coolfusio

Re: OT: JavaScript Help - PLEASE!

2002-08-09 Thread Critter
oi Christian!! might be..dunno..I'd just do a global search and replace in studio. and rename it [1] -- Critz Macromedia Certified Advanced ColdFusion Developer Friday, August 9, 2002, 10:32:03 AM, you wrote: CA> Folks: CA> I'm in a bit of a

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: Totally OT JavaScript Q

2002-07-31 Thread Michael Wilson
You rule. :) Mike __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http:/

RE: Totally OT JavaScript Q

2002-07-31 Thread S . Isaac Dealey
> "I don't believe this can be done. Are you just seeking to hide the > field > Contents when focused?" > Hi, > Exactly. The design of the site I am working on calls for a couple of > form fields with initial values of UserName and PassWord. Ohhh... that explains it ... They wanted the user to

RE: Totally OT JavaScript Q

2002-07-31 Thread Michael Wilson
"I don't believe this can be done. Are you just seeking to hide the field Contents when focused?" Hi, Exactly. The design of the site I am working on calls for a couple of form fields with initial values of UserName and PassWord. As you no doubt are aware, setting the initial value is normally

Re: OT: Totally OT JavaScript Q

2002-07-30 Thread S . Isaac Dealey
> Sorry for the off topic post, but I was wondering if anyone knew of a > way to change the "type" of a form input on the fly, using JavaScript. > For example; I know I can change the value of "value" thusly: > onFocus="this.value='My New Value'". I was hoping I could change the > input type from

Re: Totally OT JavaScript Q

2002-07-30 Thread David Fafard
the Select. RED GREEN BLUE OTHER - Original Message - From: "Michael Wilson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, July 30, 2002 4:19 PM Subject: OT: Totally OT JavaScript Q > Hi all, > > Sorry for the off topic

Re: OT: Totally OT JavaScript Q

2002-07-30 Thread Jon Hall
You may want to try using setAttribute(). Don't know if it will work though. http://www.javascriptkit.com/dhtmltutors/domattribute.shtml Can't help with the delusions though. :) -- Jon mailto:[EMAIL PROTECTED] Tuesday, July 30, 2002, 4:19:09 PM, you wrote: MW> Hi all, MW> Sorry for the off

RE: Totally OT JavaScript Q

2002-07-30 Thread Chris Lofback
ED]] > Sent: Tuesday, July 30, 2002 4:19 PM > To: CF-Talk > Subject: OT: Totally OT JavaScript Q > > > Hi all, > > Sorry for the off topic post, but I was wondering if anyone knew of a > way to change the "type" of a form input on the fly, using JavaScript. > F

OT: Totally OT JavaScript Q

2002-07-30 Thread Michael Wilson
Hi all, Sorry for the off topic post, but I was wondering if anyone knew of a way to change the "type" of a form input on the fly, using JavaScript. For example; I know I can change the value of "value" thusly: onFocus="this.value='My New Value'". I was hoping I could change the input type from t

RE: OT javascript addition

2002-07-23 Thread Tim Do
Thanks Brian! -Original Message- From: Brian Scandale [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 1:36 PM To: CF-Talk Subject: RE: OT javascript addition Tim, Below is a cut and paste of some javascript that I use to process numeric fields and push calculated results into

RE: OT javascript addition

2002-07-23 Thread Brian Scandale
document.newBillingInfo.SCEPbilledAmount.focus() >return false; >} > >return true; > >} > >-Original Message- >From: Brook Davies [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, July 23, 2002 12:38 PM >To: CF-Talk

RE: OT javascript addition

2002-07-23 Thread Matthew R. Small
Wow, that's correct but it sure does have a lot of parentheses. Shouldn't the order of precedence be enough to get the addition correct? -Original Message- From: Stephen Kellogg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 3:44 PM To: CF-Talk Subject: RE: OT

RE: OT javascript addition

2002-07-23 Thread Stephen Kellogg
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 2:30 PM To: CF-Talk Subject: RE: OT javascript addition Thanks Stephen.. I tried that earlier but that only concatenates it -Original Message- From: Stephen Kellogg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 10:08 AM To: CF

RE: OT javascript addition

2002-07-23 Thread Tangorre, Michael
semicolons, semicolons :-) -Original Message- From: Tim Do [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 3:46 PM To: CF-Talk Subject: RE: OT javascript addition Hi Brook, this is what I'm using but getting "expecting )" error... please help =) fu

RE: OT javascript addition

2002-07-23 Thread Tim Do
return true; } -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 12:38 PM To: CF-Talk Subject: RE: OT javascript addition I had the same problem the other day. This works FOR SURE: eval(document.newBillingInfo.SCEPbilledAmo

RE: OT javascript addition

2002-07-23 Thread Chris Lofback
his forces JavaScript to recast the values as numbers. Chris Lofback Sr. Web Developer TRX Integration 28051 US 19 N., Ste. C Clearwater, FL 33761 www.trxi.com -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 3:38 PM To: CF-Talk Subject: RE: OT

RE: OT javascript addition

2002-07-23 Thread Brook Davies
showed it to work there >also. > >Dan > >-Original Message- >From: Tim Do [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, July 23, 2002 11:30 AM >To: CF-Talk >Subject: RE: OT javascript addition > > >Thanks Stephen.. I tried that earlier but that only con

RE: OT javascript addition

2002-07-23 Thread Shawn Grover
o, in this case if your numbers are formatted, then eval() will end up raising an error. My thoughts. Shawn Grover -Original Message- From: Dan Haley [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 1:13 PM To: CF-Talk Subject: RE: OT javascript addition Try doing

RE: OT javascript addition

2002-07-23 Thread Shawn Grover
i.e. "$1,000.00" and "1,000.00" will not be interpreted as a number by javascript - the comma and dollar sign need to be stripped). HTH. Shawn Grover -Original Message- From: Tim Do [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 12:30 PM To: CF-Talk Subject:

Re: RE: OT javascript addition

2002-07-23 Thread ksuh
before you add them that can help, or if you're in using IE only, use VBScript instead. - Original Message - From: Tim Do <[EMAIL PROTECTED]> Date: Tuesday, July 23, 2002 12:30 pm Subject: RE: OT javascript addition > Thanks Stephen.. I tried that earlier but that only conca

RE: OT javascript addition

2002-07-23 Thread Dan Haley
-Original Message- From: Tim Do [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 11:30 AM To: CF-Talk Subject: RE: OT javascript addition Thanks Stephen.. I tried that earlier but that only concatenates it -Original Message- From: Stephen Kellogg [mailto:[EMAIL PROTECTED

RE: OT javascript addition

2002-07-23 Thread Tim Do
Thanks Stephen.. I tried that earlier but that only concatenates it -Original Message- From: Stephen Kellogg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 10:08 AM To: CF-Talk Subject: RE: OT javascript addition Tim, try adding () around the addition part like so: if

RE: OT javascript addition

2002-07-23 Thread Stephen Kellogg
Tim, try adding () around the addition part like so: if ((document.newBillingInfo.SCEPbilledAmount.value + document.newBillingInfo.SCEPpenaltyAmount.value + document.newBillingInfo.SCEPdelinquentAmount.value) != document.newBillingInfo.SCEPtotalAmount.value) This should force the addition to ta

OT: Javascript move up/down in select box

2002-07-16 Thread Deanna Schneider
Hi folks. I know this is off-topic, but I'm getting annoyed, and I know someone here will be able to give the answer. I'm trying to do one of those javascript boxes where you can click a button and the items move up or down in the list. I found one that works if I don't care what the values are (

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

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: 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-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

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

Re: Sorta OT: Javascript Question/PayPal question

2002-06-01 Thread Justin Scott
stin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com - Original Message - From: "Mark Smeets" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, June 01, 2002 8:25 PM Subject: Sorta OT: Javascript Question/PayP

Re: Sorta OT: Javascript Question/PayPal question

2002-06-01 Thread Jason Miller
Probably not much help - but in the least you can check the refering site with #CGI.referer# and it if contains paypal.com or something - you can say thanks or - please pay through paypal. But that assumes they are paying through paypal and coming right back. And of course - paypal did come up wi

Sorta OT: Javascript Question/PayPal question

2002-06-01 Thread Mark Smeets
Hello everyone, I've 2 questions, they are doozies too. Client wants to sell his little online e-book for 5$/chapter, decided to go with PayPal beceause well, no funds to spend on things like verisign and so forth. (Yes I know about some of the horror stories of PayPal.) First, I don't think yo

RE: ot-javascript onUnload

2002-05-20 Thread Dave Watts
> Earlier someone had posted a link to get a "please wait > while page processes" tag- actually javascript that you > can add to a page. So I tried it out- very easy to use > but the directions say > > onUnload="myWindowClose()" so I put that in like so: > onUnload="MyWindowClose()"> > > Wel

ot-javascript onUnload

2002-05-20 Thread Janine Jakim
Earlier someone had posted a link to get a "please wait while page processes" tag- actually javascript that you can add to a page. So I tried it out- very easy to use but the directions say onUnload="myWindowClose()" so I put that in like so: Well it doesn't close out the popup page. And on m

OT: Javascript

2002-05-02 Thread Kris Pilles
Having some Javascript issues on a really simnple plroblem. Heres my code: reject = app.response("Enter Reason For Rejecting.","Reject",""); if (reject) { this.submitForm('reject.cfm?Why=*reject*',false); } How can I reference the javascript var reject in the actionpage of the submit for (*

OT: JavaScript

2002-04-01 Thread Jim McAtee
I'm looking for a JavaScript means of moving items from one set into another. This particular application would add people into groups. I've seen a number of Java apps that do this, but I'm not sure if I've seen it in JavaScript. I'm thinking the on-screan containters would be two textareas (or

OT: Javascript (File Upload option)

2002-03-14 Thread James Taavon
Has anyone written a script to give a user the option to select how many files they wish to upload and then using "onChange" provide the respective number of upload boxes? __ Why Share? Dedicated Win 2000 Server · PIII 800 / 2

RE: OT Javascript associative arrays

2002-02-22 Thread Raymond Camden
he Force, and a powerful ally it is." - Yoda > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 22, 2002 11:01 AM > To: CF-Talk > Subject: OT Javascript associative arrays > > > anyone know how to loop throu

OT Javascript associative arrays

2002-02-22 Thread savan . thongvanh
anyone know how to loop through and dump values from an associative array? __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http://www

Re: OT Javascript: Date Parsing

2002-02-22 Thread savan . thongvanh
OTECTED] To: CF-Talk <[EMAIL PROTECTED]> cc: Subject: OT Javascript: Date Parsing Does anyone know how to parse the day out of a given date in javascript . I want to do the equivalent of datepart(d, thisDate). var ses=new Date(); var yrJS = ses.getYear("", docum

RE: OT Javascript: Date Parsing

2002-02-21 Thread Sicular, Alexander
]] |Sent: Thursday, February 21, 2002 5:16 PM |To: CF-Talk |Subject: OT Javascript: Date Parsing | | |Does anyone know how to parse the day out of a given date in |javascript. | |I want to do the equivalent of datepart(d, thisDate). | | | | | | | |var ses=new Date(); |var yrJS = ses.getYear

Re: OT Javascript: Date Parsing

2002-02-21 Thread Jon Hall
http://www.mattkruse.com/javascript/date/ jon - Original Message - From: "Ray Bujarski" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, February 21, 2002 5:15 PM Subject: OT Javascript: Date Parsing > Does anyone know how to p

OT Javascript: Date Parsing

2002-02-21 Thread Ray Bujarski
Does anyone know how to parse the day out of a given date in javascript. I want to do the equivalent of datepart(d, thisDate). var ses=new Date(); var yrJS = ses.getYear("", document.sessionWatch.seshTimeOut.value); var monJS = ses.getMonth("m", document.sessionWatch.seshTimeOu

OT: JavaScript - Hiding Rows Based on

2002-02-18 Thread Martin Sutton
Dear all, I have a select which allows the user to choose the type of report they want to see. Each report may have different criteria, for example, an "age/sex" report will need different parameters to an "orders" report. I wish to have JavaScript hide and display form elements as necessary in

Re: OT Javascript

2002-02-03 Thread Massimo Foti
"Dave Watts" <[EMAIL PROTECTED]> wrote in message > > You need to use the proper case methinks. > > > > onDblClick > > The event handler itself is an attribute of an HTML tag, and isn't actually > part of JavaScript itself. Therefore, it doesn't matter what case you use - > at least, I've never en

RE: OT Javascript

2002-02-03 Thread Andrew Scott
You are correct Dave, it would be that Netscape handles the DOM differently. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Monday, 4 February 2002 9:48 AM To: CF-Talk Subject: RE: OT Javascript > You need to use the proper case methinks. > > onDblC

RE: OT Javascript

2002-02-03 Thread Dave Watts
> You need to use the proper case methinks. > > onDblClick The event handler itself is an attribute of an HTML tag, and isn't actually part of JavaScript itself. Therefore, it doesn't matter what case you use - at least, I've never encountered a browser in which it matters. Dave Watts, CTO, Fig

RE: OT Javascript WIERD

2002-02-01 Thread Brendan Avery
of course that makes it completely useless > -Original Message- > From: Brendan Avery [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 01, 2002 17:31 > To: CF-Talk > Subject: RE: OT Javascript WIERD > > > WHOA. > > Try double-clicking on just the lowe

RE: OT Javascript WIERD

2002-02-01 Thread Brendan Avery
teve Oliver [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 01, 2002 17:27 > To: CF-Talk > Subject: RE: OT Javascript > > > D'oh, nevermind, looks like someone beat me too it :) > > __ > steve oliver > atnet solutions, inc. > http://www

RE: OT Javascript

2002-02-01 Thread Ray Bujarski
inish downloading. > > > > > > > -Original Message- > > > > From: Ray Bujarski [mailto:[EMAIL PROTECTED]] > > > > Sent: Friday, February 01, 2002 17:14 > > > > To: CF-Talk > > > > Subject: RE: OT Javascript > > > > > >

RE: OT Javascript

2002-02-01 Thread Steve Oliver
D'oh, nevermind, looks like someone beat me too it :) __ steve oliver atnet solutions, inc. http://www.atnetsolutions.com -Original Message- From: Steve Oliver [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 8:24 PM To: CF-Talk Subject: RE: OT Javas

RE: OT Javascript

2002-02-01 Thread Brendan Avery
doesn't work on my machine NS 4.08. :( > -Original Message- > From: Ray Bujarski [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 01, 2002 17:23 > To: CF-Talk > Subject: RE: OT Javascript > > > My javascript bible (hmm another bible that is erroneous)

RE: OT Javascript

2002-02-01 Thread Ray Bujarski
cape 6 work. >Netscape 3 does not. >Waiting for Netscape 4 to finish downloading. > > > -Original Message- > > From: Ray Bujarski [mailto:[EMAIL PROTECTED]] > > Sent: Friday, February 01, 2002 17:14 > > To: CF-Talk > > Subject: RE: OT Javascript >

RE: OT Javascript

2002-02-01 Thread Steve Oliver
ry 01, 2002 8:14 PM To: CF-Talk Subject: RE: OT Javascript Sanity test didn't work. Does this code work for you in Netscape, maybe it's my rev. At 08:02 PM 2/1/2002 -0500, you wrote: > > double click me > Ray Bujarski 858-845-7669 858-636-9

RE: OT Javascript

2002-02-01 Thread Brendan Avery
oh btw -- the option value was not meant for anyone here; i just tend to use that as my default test value for everything. i don't know why. > -Original Message- > From: Brendan Avery [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 01, 2002 17:21 > To: CF-Talk

RE: OT Javascript

2002-02-01 Thread Ray Bujarski
Original Message- > > From: Ray Bujarski [mailto:[EMAIL PROTECTED]] > > Sent: Friday, February 01, 2002 17:14 > > To: CF-Talk > > Subject: RE: OT Javascript > > > > > > Sanity test didn't work. Does this code work for you in > > Netscape, maybe

RE: OT Javascript

2002-02-01 Thread Brendan Avery
7:14 > To: CF-Talk > Subject: RE: OT Javascript > > > Sanity test didn't work. Does this code work for you in > Netscape, maybe > it's my rev. > > At 08:02 PM 2/1/2002 -0500, you wrote: > > > > double click me > > >

RE: OT Javascript

2002-02-01 Thread Ray Bujarski
Sanity test didn't work. Does this code work for you in Netscape, maybe it's my rev. At 08:02 PM 2/1/2002 -0500, you wrote: > > double click me > Ray Bujarski 858-845-7669 858-636-9900 pgr [EMAIL PROTECTED] __ Get Your Own De

RE: OT Javascript

2002-02-01 Thread Ray Bujarski
lso, you may only be able to use onDblClick with a multi-line select >as a >single click triggers the drop-down. > > > -Original Message- > > From: Pete Freitag [mailto:[EMAIL PROTECTED]] > > Sent: Friday, February 01, 2002 17:02 > > To: CF-Talk > > S

more on OT Javascript

2002-02-01 Thread Ray Bujarski
, but does it recognize >document.selFilters.UserSelected? > >__ >steve oliver >atnet solutions, inc. >http://www.atnetsolutions.com > > >-Original Message- >From: Ray Bujarski [mailto:[EMAIL PROTECTED]] >Sent: Friday, February 01, 2002 7:55

RE: OT Javascript

2002-02-01 Thread Brendan Avery
also, you may only be able to use onDblClick with a multi-line select as a single click triggers the drop-down. > -Original Message- > From: Pete Freitag [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 01, 2002 17:02 > To: CF-Talk > Subject: RE: OT Javascript &g

RE: OT Javascript

2002-02-01 Thread Brendan Avery
You need to use the proper case methinks. onDblClick > -Original Message- > From: Steve Oliver [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 01, 2002 16:59 > To: CF-Talk > Subject: RE: OT Javascript > > > It may recognize the ondblclic

RE: OT Javascript

2002-02-01 Thread Pete Freitag
http://www.cfdev.com/ -Original Message- From: Ray Bujarski [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 7:55 PM To: CF-Talk Subject: OT Javascript I am trying to use the ondblclick event for a select box. It works fine in IE but netscape it doesn't do anything. Al

RE: OT Javascript

2002-02-01 Thread Steve Oliver
: CF-Talk Subject: OT Javascript I am trying to use the ondblclick event for a select box. It works fine in IE but netscape it doesn't do anything. All my books say Netscape does recognize this event. Does anyone know any reason it shouldn't work on netscape? **It

OT Javascript

2002-02-01 Thread Ray Bujarski
I am trying to use the ondblclick event for a select box. It works fine in IE but netscape it doesn't do anything. All my books say Netscape does recognize this event. Does anyone know any reason it shouldn't work on netscape? **Items not to appear** more options __

Re: OT javascript

2002-01-22 Thread savan . thongvanh
haha, thnx. "Bryan Stevenson" <[EMAIL PROTECTED]> on 01/22/2002 10:43 :59 AM Please respond to [EMAIL PROTECTED] To: CF-Talk <[EMAIL PROTECTED]> cc: Subject: Re: OT javascript This same topic just came through 2 days ago ;-) Go to cflig.org and grab the UDF t

Re: OT javascript

2002-01-22 Thread Bryan Stevenson
CTED] - Macromedia Associate Partner www.macromedia.com - Original Message - From: <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, January 22, 2002 8:36 AM Subject: OT javascript > how can i cap the 1st letter of every word in a sentence?

OT javascript

2002-01-22 Thread savan . thongvanh
how can i cap the 1st letter of every word in a sentence? i tried using regexp inthe following matter to no avail, myRegex=/^[a-z]|\s[a-z]/g mySentence="this is a sentence"; mySentence=mySentence.replace(myRegex,/[A-Z]/); now some thing like this would've worked in perl because you can replac

RE: OT - Javascript and CF

2002-01-14 Thread Craig Dudley
window.setTimeout("Redirect();",1000); Runs a function called Redirect after 1 second (1000ms) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 13 January 2002 17:03 To: CF-Talk Subject: Re: OT - Javascript and CF i don't recall the synt

Re: OT - Javascript and CF

2002-01-13 Thread savan . thongvanh
i don't recall the syntax directly but there's a javascript function ca lled setTimeout() that does exactly that. "Tangorre, Michael T." <[EMAIL PROTECTED]> on 01/12/2002 11:35:30 PM Please respond to [EMAIL PROTECTED] To: CF-Talk <[EMAIL PROTECTED]> cc

OT - Javascript and CF

2002-01-12 Thread Tangorre, Michael T.
Hi Everyone, This is a bit off topic, but if anyone is still up I could use some guideance. I have a query that returns a value in minutes. What I need to do is setup a counter that counts down The minutes then sends a user to another page after so long... Any ideas? Michael T. Tangorre ===

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! > > ___

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 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

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

OT - Javascript questions

2001-12-19 Thread Troy Montour
Whats another way to do size in NS like IE will use something.size Thanks __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http://w

<    1   2   3   4   5   6   7   >