2
Hello. I’ve searched several examples of how to call a Fancybox Pop-up by passing the window size by parameters in my Function.
Ex.
AbrirPopUp(url,w, h)
{
chamar #Fancybox(url,w,h)
}
<a href="Javascript:AbrirPopUp("janela1.htm",700,500)">Janela 1</a>
<a href="Javascript:AbrirPopUp("janela2.htm",900,400)">Janela 2</a>
<a href="Javascript:AbrirPopUp("janela3.htm",400,100)">Janela 3</a>
What went wrong? What was it you tried to do that didn’t work?
– Victor Stafusa