bbosh
Apr 27th, 2001, 11:47 PM
how do i convert a string to a number?
eg
lsttags.style.height=window.screen.height-lsttags.style.height
that wont work because they're strings, so i cant preform subtraction
eg
lsttags.style.height=window.screen.height-lsttags.style.height
that wont work because they're strings, so i cant preform subtraction