Javascript Function

2001-07-13 Thread Jerry Staple
Hi, Could anyone inform me of any javascript function that takes the total of numbers entered into a textbox and displays them in another? eg Item a = 2 (number in text box) Item b = 3 Item c = 4 Total = 9 (this total is generated by adding the items in the textboxes above) Any help

JavaScript Function

2001-07-23 Thread Jerry Staple
Hi, Could anyone give me advice on the following function? Ive got 2 Select boxes with Years as the value for each,so that the user can pick dates from to etc. ie From 1999 up to 2030 to 1999 up to 2030 what i require is a function (Onsubmit) that makes sure that the year to

[OT] JavaScript Function?

2003-06-28 Thread Taco Fleur
Is there some kind of function that enables me to load an include or other file that contains specific JavaScript? Not wanting to replace the current page, I just want to do the following; Page loads, script checks to see if any forms are present in the page (not a problem) then I want to get the

OT: javascript function

2000-10-10 Thread Hong
hi, in my form, i have several fields to display price in TEXTFIELD The value will be set via a Javascript function when event "onclick" occurs. 2 questions: 1) how do i format the number into a dollar format (2 decimal places) using Javascript? eg. 225 should be displayed as 225

Re: javascript function

2000-10-10 Thread John Foulds
AIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, October 10, 2000 5:49 PM Subject: OT: javascript function > hi, > > in my form, i have several fields to display price in TEXTFIELD > > > The value will be set via a Javascript function when event &q

Re: Javascript Function

2001-07-13 Thread Tim Painter
13, 2001 4:10 AM Subject: Javascript Function Hi, Could anyone inform me of any javascript function that takes the total of numbers entered into a textbox and displays them in another? eg Item a = 2 (number in text box) Item b = 3 Item c = 4 Total = 9 (this total is generated by adding the ite

RE: JavaScript Function

2001-07-23 Thread Hinojosa, Robert A
:56 AM To: CF-Talk Subject: JavaScript Function Hi, Could anyone give me advice on the following function? Ive got 2 Select boxes with Years as the value for each,so that the user can pick dates from to etc. ie From 1999 up to 2030 to 1999 up to 2030 what i require is a functi

Re: JavaScript Function

2001-07-23 Thread Tony Schreiber
I don't know exactly how to do this, but I'm a big fan of preventing wrong entry in the first place. You should be able to, when the YearFrom is selected, rewrite the contents of the YearTo select box to begin at the YearFrom selected. This way, it would be impossible to overlap. Just a thought. ;

RE: JavaScript Function

2001-07-23 Thread Kwang Suh
To Date."); } } -Original Message- From: Jerry Staple [mailto:[EMAIL PROTECTED]] Sent: July 23, 2001 8:56 AM To: CF-Talk Subject: JavaScript Function Hi, Could anyone give me advice on the following function? Ive got 2 Select boxes with Years as the value for each,so that the user c

RE: JavaScript Function

2001-07-23 Thread Jerry Staple
Thanks Tony! great Job! All the Best Jerry -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: 23 July 2001 15:58 To: CF-Talk Subject: Re: JavaScript Function I don't know exactly how to do this, but I'm a big fan of preventing wrong entry in the f

Printing with Javascript function

2000-08-10 Thread James Taavon
I can't remember who I talked with before, but I got assistance on launching a new window with my data and prompting the user whether they wanted to print the screen. What I am using works, but it double prompts me for printing and I am not sure why. Here is my code.