Archive for November 29th, 2007
Int() and Val() in JavaScript
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 »