Re: Possible Tomcat + Javascript + Internet Explorer Problem

2007-08-21 Thread redminator
Thanks for the help. I figured the problem. It was a javascript problem after all. Thanks a lot again. -- View this message in context: http://www.nabble.com/Possible-Tomcat-%2B-Javascript-%2B-Internet-Explorer-Problem-tf4297179.html#a12250815 Sent from the Tomcat - User mailing list archive at

RE: Possible Tomcat + Javascript + Internet Explorer Problem

2007-08-20 Thread Nelson, Tracy M.
| From: redminator [mailto:[EMAIL PROTECTED] | Sent: Monday, 20 August, 2007 02:50 | | I have some javascript code that creates a slide menu. It works fine both | in IE and Mozilla. | | But, when I integrate that code in a page which I open from tomcat, the | code | doesn't work anymore when I

Re: Possible Tomcat + Javascript + Internet Explorer Problem

2007-08-20 Thread David Smith
Check your page output -- are the .. tags getting collapsed to ? If so, try to put a comment in between to see if that helps prevent the collapse. I remember having problems with collapsing script tags that load javascript from a separate file. --David redminator wrote: I have some javascr

Re: Possible Tomcat + Javascript + Internet Explorer Problem

2007-08-20 Thread David Delbecq
2 possibilities. Either your IE is configured to refuse javascript from the "internet area" and so you need to check your IE configuration, Either your java script is playing with the urls and badly handles the ;JESSIONID=xxx that tomcat add to your url if they have been made using J2EE compli

Possible Tomcat + Javascript + Internet Explorer Problem

2007-08-20 Thread redminator
I have some javascript code that creates a slide menu. It works fine both in IE and Mozilla. But, when I integrate that code in a page which I open from tomcat, the code doesn't work anymore when I use IE. Still works fine with Mozila. I asked this question on a javascript forum and they suggest