|
rdouglass -> RE: VB Script or Jscript (1/17/2002 15:31:16)
|
If you're trying to do the work (processing) at the client, I would suggest using as much JavaScript as possible since VBScript only runs (AFAIK) on Windows OS clients and you'll alienate a significant portion of users. If you're trying to do the work at the server, it depends on your server: usually VBScript for WinNT/2K hosts and Perl or PHP for 'nix (unix, linux, etc) hosts. Server side solutions generally take the client out of the equation, however many applications use both, server-side and client-side processing. So like many other questions, the answer is "Maybe..."
|
|
|
|