Thank you very much. It works now with your suggestion by surrounding /'.
I had a unwanted third parameter. I removed the third parameter. It then worked.
Meena
Printable View
Thank you very much. It works now with your suggestion by surrounding /'.
I had a unwanted third parameter. I removed the third parameter. It then worked.
Meena
All string literals in Javascript must be surrounded by quotes.Quote:
By the way, what is the meaning of surrounding '+stringvar+' by \'?