Hi, i made a few javascript files, i had made a menu, with a program that uses javascripts, so i can't make the sAME script out of php, i need it as html
<script language="javascript" src="mymenu.js"></script>
this didnt work, so i thought of doing this
<?
function scripts()
{
?>
<style>
a:hover{color:red}
</style>
<script language="javascript" src="rc.js"></script>
<?
}
?>
but this, erases the error messages i use to get, BUT, the script rc ,doesn't work... sooo... u cant embed javascript into PHP?????