Re: hit unknown error
[quote="hhheng":13ccyksa]I got 5 data which is 326195,A00148,A004\592. [/quote:13ccyksa]No idea what you are talking about.
[quote="hhheng":13ccyksa]May i know wat the meaning for the "" in javascript?[/quote:13ccyksa]The backslash '\' is normally used to write a String on multiple lines:
[code:13ccyksa]alert('this will work');[/code:13ccyksa]
[code:13ccyksa]alert('this will
NOT work');[/code:13ccyksa]
[code:13ccyksa]alert('this however \
will work again');[/code:13ccyksa]
cheers
- leonard