I want to embed a quickbooks billpay page on my site in a topic page for non aspdnsf purchases. The page is http://billpay.quickbooks.com/j/crm/aquatiprollc I tried using this code in a new topic page:
<iframe src="http://billpay.quickbooks.com/j/crm/aquatiprollc" width="100%" height="300"> <p>Your browser does not support iframes.</p></iframe>
but the page always jumps out of the iframe and leaves my site entirely and goes to the linked site, not surprisingly, it seems to do it with most secure sites but basic sites work fine. Is there a different way to embed it to prevent it from leaving my frame?
If I can't do that, what is an easy way to put a popup link on a topic page to the outside link, one that is a predermined window size without scroll bars or a tool bar, centered? I'd need a code example, if you could. Iv'e used this for insite links and the javascript for it is already in the HEAD section out of the box, but i'm not sure how to use it for outside links:
<a onclick="popuptopicwh('Live+Chat','chat',240,340,' yes')" href="javascript:void(0);">Live Chat</a><br />