--- "Krishna, Hari (FTT-CInternet)" wrote:
> This is the line of code that causes the issue.

Look in to JavaScript strings to understand why these
two things are issues.

"\" is an escape character.

> document.getElementById("text"+i).value = """";

Is that legal JavaScript?

(Hint: No.)

If you're embedding quotes you must escape them, or
use the quote that isn't in your input string (may
work, may just cause same problem).

d.



       
____________________________________________________________________________________
Got a little couch potato? 
Check out fun summer activities for kids.
http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to