Hey there,
I have hid a bit of aI have 2 extrnal jscript files I want ot call (on all pages) and I require to add 1 small javascript extract to all pages (needs to be at bottom of page before </body>) how would I go about accomplishing this?
SO for summary
I need this in header section
and require this at bottom of page before </body>Code:<script type="text/javascript" src="jscripts/custom_action.js" ></script>
Regards,Code:<script type="text/javascript"> javascript function calling thing goes here </script>
Johan
a.k.a. Noob in Need!![]()


I have 2 extrnal jscript files I want ot call (on all pages) and I require to add 1 small javascript extract to all pages (needs to be at bottom of page before </body>) how would I go about accomplishing this? 


