RE: Orion doesn't interpret Javascript correctly

2000-10-25 Thread Drew Kidder
Yes, the quotes are right. You'll notice that the double quotes surround a URL argument for the javascript variable (which starts with a leading /), and that whole thing is enclosed in single quotes as the argument to the onmouseover call. I believe what you're saying is that I should escape

RE: Orion doesn't interpret Javascript correctly

2000-10-24 Thread Duffey, Kevin
I don't have this problem. Are you sure your doing the quotes right? It should be something like whereas it seems you have "/kdkdk/" which wouldn't work. > -Original Message- > From: Drew Kidder [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 24, 2000 8:20 AM > To: Orion-Interest >

Re: Orion doesn't interpret Javascript correctly

2000-10-24 Thread Joe Walnes
Andrew, The reason this is happening, is that when JSPs are compiled, Orion recreates them slightly to insert code for url-rewriting for session-tracking. Obviously it is always recreating the tag with attributes enclosed in "". The short term solution to your problem is to switch around your