Zrinity is the leader in enterprise-class email marketing
management solutions and content management solutions for marketing professionals and developers worldwide.
trouble shooting a Java Script error from Activedit
Java Script Errors most commonly occur when...
1) Cookies are disabled on your browser
2) Path to the inc directory is not specified correctly should be something like http://server.com/whatever/inc/ This is a common problem among Activedit developers, and usually Triggers an Object Expected (Or a Java Script Alert in 1.1).
3) The specified path to the inc directory isn't in the same domain as the page that is calling it. If you use several domains for one site, you can use a relative path (eg /folder/inc/).
The reason this occurs is because is calling functions that have not been defined, more specific the page inc/editjs.cfm did not load correctly.