Hi,
I've create a simple page and I have place also, a rollover on it. I've place an HTML box with the following code:
Is it possible when the rollover has been clicked, to change the contents of the HTML box to this:
Thanks!
I've create a simple page and I have place also, a rollover on it. I've place an HTML box with the following code:
<?
include 'apage.php;
?>
include 'apage.php;
?>
<?
include 'anotherpage.php;
?>
include 'anotherpage.php;
?>
Comment