php file (different file)
---------------------
<?php
echo "<script language='javascript' src='myJS.js>funcA();</script>";
?>
-----------------------
myJS.js (different file)
------------------------
function funcA(){
..some code..
}
-----------------------
thanks so much pretty need this to work
note: these two are in separate files..
thank a lot,
tinks