On Joomla 2.5 and VM 2.04
I am trying to add javascript links in the description of products and categories, but 'javascript' gets filtered out by VM it seems.  The purpose is to hide/unhide information, so a little javascript function has to be called.
On the main Joomla site it does work, I configured the editor for this and disabled the filter for this.
How can I get this to work?
			
			
			
				Hello everyone! I am bumping the thread because i have the same problem as TS.
I have to add a script like "<a href="javascript:..." to the description. Does anyone know the solution?
			
			
			
				Imho you must be vm admin and joomla superadmin, then you are allowed todo it-
			
			
			
				I am the only user on my web-site. 
P.S. My script is  <a href="javascript:return false;">Link</a>
			
			
			
				or try
http://extensions.joomla.org/extensions/core-enhancements/coding-a-scripts-integration/custom-code-in-content/4470
http://extensions.joomla.org/extensions/core-enhancements/coding-a-scripts-integration/custom-code-in-content/5051
Regards
			
			
			
				bytelord,
Thanks for hint. Will certainly reply whether it worked or not.