| Posted by hoozdiss on 09/15/06 20:33 
i'm trying to run scripts like site counters etc. right now i justhave small test scripts -
 
 </head>
 
 <body>
 this is a test
 <script type="text/javascript"
 src="http://192.168.123.162/test/scriptA.php"></script>
 <br>and this<br>
 <script src="http://localhost/test/calendar.php"></script>
 try this-<br>
 <script type="text/javascript" src="scriptJ.js"></script>
 <br>
 <script type="text/javascript">
 document.write("this part works")
 </script>
 <br>
 try include
 <?php
 include("scriptA.php");
 ?>
 
 etc.
 i keep the script files in the same directory as the html-
 ....Apache2.2\htdocs\test
 if i delete them - there's a msg in the log so he knows they're there.
 
 i don't know about using script type= javasript with php - am i
 missing something here?  but even the js doesn't work (except the
 inline one).
 [Back to original message] |