I have also tried placing them in the src/documentation/skins/$skin-name/scripts directory
Well actually had to create the /skins/pelt/scripts directory myself and tried accessing it from /skins/validations.js But that does not work either. I tried looking at the resources.xmap to understand it better but that did not help me. This is how my code looks in my source file: <document> <header> <title>Search Tools</title> <script type=text/javascript" src="/skins/validations.js"/> </header> <body> ..... </body> </document> Am I not calling it correctly? ------------ Eric