I have a form and I want that when it validate all the information and all its OK open a Iframe with fancybox saying:
"Thanks for register... "
I test this in the jquery that manage the form:
$.fancybox( {href : 'http://www.google.com.uy', title : 'Lorem lipsum'} );
PD: That url is to test, but nothing happend
I´m using codeigniter and php.