Several Javascript (andor VBScript) questions

In JavaScript, how do I convert numbers the characters (ASCii values) and characters to ASCii values (like chr(...) and asc(...) in VB).

In JavaScript or VBScript (preferably JavaScript), How do I load DLL's (on the server) so I will be able to use their methods and properties on client side?


Comments

  • U convert a int to a char by writing



    >

    your_numbernumbermode = 5;

    your_numer_textmode = parseInt(your_number);





    If it was this u ment...


Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories