-1
I am working with the fancybox. Everything is working normally. However, I need to reload the information on the previous page, that is, on the page that has the button that calls the fancybox.
The function I use is this:
<script type="text/javascript">
$(document).ready(function() {
$("#popup1,#popup2").fancybox({
'width' : '100%',
'height' : '100%',
'autoScale' : false,
'transitionIn' : 'fade',
'transitionOut' : 'fade',
'type' : 'iframe',
});
});
</script>
my button that calls is this:
<a id="popup1" href="cupomeletronico_prodrapido.php?&cod=<? echo $r[0]; ?>" class="laranja">CORRIGIR</a>
Someone can help me?
Thank you very much. That’s exactly what I need. Thank you very much!!!!!!
– Dionatan