I am looking to create a system which on signup will create a subdomain on my website for the users account area.
Cisco Certified Network Associate Exam,640-802 CCNA All Answers ~100/100. Daily update
Cisco Certified Network Associate Exam,640-802 CCNA All Answers ~100/100. Daily update
I have a page with an iframe. The link inside an iframe should open colorbox. It works fine.
But it opens the colorbox inside the iframe. Is it possible to open the iframe over the parent window.
I appreciate any help.
$(function() {
$('#ajax').colorbox({iframe: true });
});
You should be able to trigger it in the top frame with
ReplyDeletetop.$.fn.colorbox({ params });
Although you'll need to spoon-feed it the data you want showing.