|
Thanks again.
You are correct. I should do more read-ups on Javascript basic coding knowledge.
I'm used to doing Perl Scripts. I thought some of the codes are similar, but they are not. That's why it's causing problems for me now.
As examples:
In Perl: variables inside " " are treated as variables, but not in Javascript, they are treated as strings.
In Perl: variables inside ' ' are treated as strings, so is Javascript.
So what's the differences for the use of " " and ' ' in Javascript?
|