Re: Javascript problem in smart edit mode

2010-04-30 Thread DBK
We had the same problem with SmartEdit mode and JavaScript and solved it as follows: In any Foundation Content class that uses the JavaScript file, we added the &script=1 after the element that references our JavaScript file and surrounded it with the SmartEdit Mode block marks. When the page i

Re: Javascript problem in smart edit mode

2010-04-30 Thread Keith Bloom
Hello, I would suggest using the Developer tools built in to IE 8 to try and track the where your script is failing. Keith. On 30 April 2010 15:07, manikandan rajuiyer wrote: > Hi all, > > I have a top menu in my application which expands from top to down on > mouse hover through javascript cod

Javascript problem in smart edit mode

2010-04-30 Thread manikandan rajuiyer
Hi all, I have a top menu in my application which expands from top to down on mouse hover through javascript code.In smart edit mode this is not working and also any of the javascript functions are not working in smart edit mode.Javascript external file has been reffered in the application and al