<script type="text/javascript">
jqnc("#myController").jFlow({
slides: "#mySlides",
controller: ".jFlowControl", // must be class, use . sign
slideWrapper : "#jFlowSlide", // must be id, use # sign
selectedWrapper: "jFlowSelected", // just pure text, no sign
easing: "",
duration: 700,
width: "870px",
height: "257px",
prev: ".jFlowPrev", // must be class, use . sign
next: ".jFlowNext" // must be class, use . sign
});
jqnc("ul.sf-menu").superfish({speed: 'fast',delay: 400, animation: {opacity:'show',height:'show'},autoArrows: false});
jqnc('.widget1').tabs({ fx: { opacity: 'toggle' }, selected: 0 });
</script>Şu kodu ekleyince .php nin içine sayfa görüntülenmiyor fakat bu kod html de çalışıyor sebebi ne olabilir , javascripten kaynaklı muhtemelen ama çözemedimJavascriptimin çalışması için bu koda gerek var