crmpicco
02-02-2005, 04:24 PM
How do i add a value of '5' to an ASP value i have to create a new variable in javascript?
I have a variable called bookings, but i want a new javascript variable called top to be the value of bookings + 5.
Something like this below?
top="<%=bookings%>+1"
and do i write it out as '+top+'
thanks.
picco
I have a variable called bookings, but i want a new javascript variable called top to be the value of bookings + 5.
Something like this below?
top="<%=bookings%>+1"
and do i write it out as '+top+'
thanks.
picco