To explain better: i want to have a code made in this way
<div id="about" style="display:none;">
<div id="slickcats">
<ul id="script" class="headcats">
<?php iinclude_page(DINAMICALLY CHANGES); ?>
</ul>
</div>
</div>
and i’d like to obtain a way to change the <?php ...?> everytime i click in a different link of my menu. I have already tried to change the innerHTML property of the
tag in the javascript function, but it seems like it doesn’t accept a string like this “<?php … ?>”. The script stops putting this string in the innerHTML.