: OdesÃlatel: Simon Forster <simon-lists@ldml.com> : I have a dynamic menu written in JavaScript which is called from a : number of different sub-folders. Seeing as Zope gives me the option of : re-writing paths, I thought I'd use this to make life easier. So : question: : : Given a code fragment such as: : : <a href="../Welcome/index.html" onmouseover="changeImages('Welcome', : '../images/Welcome-over.png'); return true;" : onmouseout="changeImages('Welcome', '../images/Welcome.png'); return : true;"> : <img name="Welcome" src="../images/Welcome.png" width="170" height="42" : border="0"> : </a> : what's the best way to create the paths dynamically? At the moment I'm : using: Yoiu can find solution at: www.vsbabu.org but this theme was discussed here befor few time ago. : but of course this isn't changing the path references in the JavaScript : function - that's my next task. do javascript as DTML method JL.