[Proto-Scripty] Unterminated string constant whens tring contains a trailing dot

2013-04-20 Thread Cardinal
Hi all, when i'm including prototype into a JSP, IE throws the error Unterminated string constant when i open a popup window which contains strings with a trailing dot. Basically, it's a list of usernames in the format user1.data user2.data As soon as this list contains a value like

Re: [Proto-Scripty] Unterminated string constant whens tring contains a trailing dot

2013-04-20 Thread Walter Lee Davis
On Apr 20, 2013, at 6:19 AM, Cardinal wrote: Hi all, when i'm including prototype into a JSP, IE throws the error Unterminated string constant when i open a popup window which contains strings with a trailing dot. Basically, it's a list of usernames in the format user1.data

Re: [Proto-Scripty] Unterminated string constant whens tring contains a trailing dot

2013-04-20 Thread Walter Lee Davis
Just read this part. Please try to make a cut-down example in a static page that duplicates the error. Often this exercise will either bring dependencies/alternate causes to light, or it will force you to think through the problem in a new way. Walter On Apr 20, 2013, at 6:19 AM, Cardinal