I need help! I use fancybox and use iframe to show other page but I have this code in iframe.php
<script type="text/javascript">
function goSelect(selectobj){
window.location.href='iframe.php?x='+selectobj
}
</script>
After I select other value this redirect but problem is that i need to redirect in fancybox not close and go to this page. How make this?
I had the same problem, but with struts2.
I manage to do something like this, to open another page in a fancybox:
HTML:
JS:
Hope it helps you!