quote:
Originally posted by ICD
IMO id say your best of trying html something slightly easier than going straight into Jscript{got it right cookie } plus it should help you understand a little bit of how Jscript wrks.
Whilst it may be better to try something slightly easier (or at least easier to test) I would most definitely not recommend HTML. HTML lacks any of the important structures or sequential and event driven programming which is most important in Plus scripting (or any JScript at that).
You're much better off starting with a
programming language as most standard ones have similar structures or a scripting language such as PHP or Perl.