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;
...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20535468.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20759295.html
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?????
---------...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21216822.html
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 =...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21954130.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20680954.html
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
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20861443.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21125468.html
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...
http://www.experts-exchange.com/Web/Web_Languages/PHP/Q_21596911.html
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..
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_22989993.html
Why does this script
iMyVote = ParseInt(Request("iMyVote"))
result in an 'object required' error?
this is using jscript in an asp page.
tia,
Dena
http://www.experts-exchange.com/Web_Development/Authoring/Q_10220251.html
Zones:
AuthoringDate Answered: 10/20/1999 Grade: A Views: 0