Kamala Harris - William Hill Vouchers - Debt Consolidation - Find jobs - Herbal Supplements

PDA

View Full Version : i suck at js, fix this IE problem! one line


klown
Nov 24th 2006, 10:09 pm
Here is the line..

number=anumber*othernumber;

it works fine in FF but not in IE

Everything else works except this, and the function is kind of useless without combining the two numbers. Any help?

lbalance
Nov 24th 2006, 11:25 pm
you might need to add "var" to it:

var number=anumber*othernumber;