cancel
Showing results for 
Search instead for 
Did you mean: 

Profile Manager in iFrame: continue not available

When including the profile manager in an iframe the continue button does not appear - when loading the page directly it does. The method of inclusion, the token used, everything else is identical:

 

In an iframe:

iframe.png

Directly on a page:

direct.png

 

Used code (minus token):

 

<html><body>
<form name='frm' action='https://test.authorize.net/profile/manage' method='post'>
	<input type='hidden' name='Token' value=''>
</form>
<script type='text/JavaScript'>
    	document.frm.submit();
</script>
</body></html>

Is this intended behaviour, do we need to somehow specifically add a URL? I believe that this used to work, and stopped at a certain point in time.

0 REPLIES 0