So, i got a bit of a problem...I'm using this bit of code:
<script>
$(document).ready(function() {
$("#header > a").click(function(e) {
var self = $(this);
$("#image").load(self.attr("p_bureau.html"));
e.preventDefault();
});
});
</script>
everything is going right, except that in ome of my hrefs I've got a php include but the include does get read by the page...
Any suggestions?

New Topic/Question
Reply


MultiQuote




|