Advertisement

1 - 10 of 13 containing alltags:("parseint") (0 seconds)
Why wont this code work for me, and always give NaN as my VAT.... function vat(){ var thevat = 0.175; var total; var total_one, total_two, total_three, total_four, total_five; var finalvat; ...
Zones: JavaScriptDate Answered: 03/02/2003 Grade: A Views: 0
I made two function in order to validate  Customer  input (numbers) and the length of the number is 9 digit for both branch ( east and west) but they are different  according to the checkdigit for...
Zones: JavaScriptDate Answered: 10/08/2003 Grade: B Views: 0
I have this line: d.ii.value = parseInt(gModeValue) + parseInt(timeFrameOffset); but for some reason it only appends the two together instead of adding them?? Any reason why????? ---------...
Zones: JavaScriptDate Answered: 11/22/2004 Grade: A Views: 0
Here is a piece of my javascript : <cfoutput>                   begin_date=new Date();             begin_date.setFullYear(#Year(Now())#,0,1);                          start_parts = f.activity_start_date.value.split("/");             end_parts =...
Zones: JavaScriptDate Answered: 08/16/2006 Grade: A Views: 0
I'm trying to load a bunch of images from a directory using a link.Basically the user clicks on the link  <A HREF="photo2.HTML" onClick="javascript:idir('3jmg/')">"Shute Lake to Penticton"</A> a...
Zones: JavaScriptDate Answered: 07/20/2003 Grade: A Views: 0
Why does parseInt("09") return 0. Same with 08. But it returns proper value with 9 and 8. same result in IE 5, IE 5.5, IE 6 and mozilla
Zones: JavaScriptDate Answered: 01/23/2004 Grade: B Views: 0
Hi What function other than parseInt transforms a string into an integer? I'm using parseInt but It doesn't work with values like 1.#QNAN I'm looking for a function that will transform anything t...
Zones: JavaScriptDate Answered: 09/13/2004 Grade: A Views: 0
Hi, I am trying to convert a javascript function to PHP for a project I am working on. The javascript function uses ParseInt to convert a hex string, but Im not sure of it purpose. Is there a re...
Zones: PHPDate Answered: 10/17/2005 Grade: A Views: 519
Hi, the javascript code below is confused me... First alert gives 7 Second alert gives 0 I aspect second one gives 8 Please try it in explorer..
Zones: JavaScript, Scripting, JScriptDate Answered: 11/29/2007 Grade: A Views: 6
Why does this script iMyVote = ParseInt(Request("iMyVote")) result in an 'object required' error? this is using jscript in an asp page. tia, Dena
Zones: AuthoringDate Answered: 10/20/1999 Grade: A Views: 0