Does anyone have a php script I can use to load a .js file into a html page like its done for images?
Iv'e seen this for IMAGES, but what about other type files?
SRC="images01.php?image=p_clr.gif
header ('Content-type: ' . mime_content_type($file));
//echo the js files contents here