Click to See Complete Forum and Search --> : Invalid procedure call or argument: 'Asc' error in netscape


SeGamysa
03-12-2003, 10:46 AM
trying to get the ascii number of the value in a select box.
works in internet exploer but netscape navigator returns an error.
any ideas as to why?

any help would be appreciated.
Thank you.

well I figured out why i get that value.
netscape isn't passign any of my values.
so Know I gotta figure out why values are not being passed in netscape....

Bullschmidt
03-14-2003, 04:29 AM
Well the server-side VBScript should work the same whether the resulting HTML is shown in IE or Netscape.

But if you're trying to use client-side VBScipt, well that would only work in IE and that's why so few people use it for that. If that is the case, then perhaps consider JavaScript for your client-side needs.