Jalaj P. Jha

Technical & Miscellaneous Ramblings

Archive for November 29th, 2007

Int() and Val() in JavaScript

without comments

Coders working with VB family of languages have tough time when it comes to Web development with JavaScript. They have choice of VBScript but that could not be considered for the want of cross-browser compatibility. One of such developers is me, myself. First it was my search for Asc() and Chr() in JavaScript and now I take here Int() and Val() functions. Lets start with code if you want in VB way.
Read the rest of this entry »

Written by jalaj

November 29th, 2007 at 4:35 am

Posted in JavaScript

Tagged with