Hi,
I have an index.php which includes a top.php.
index.php
<script language="JavaScript1.2" src="/js/test.js"></script>
<?php virtual ("/top.php"); ?>
The index page can call the top page. I have a JS DHTML pull down menu on the top.php. The pull down menu does not work after using the virtual method.
How should I fix it?
Thanks