x x x
x
Only portrait mode is currently supported - please rotate your device.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

UI Tab
titlePASSPORTâ„¢ - ANNUAL


HTML
<script>
 AJS.toInit(function (){
	var iframe = AJS.$('#checkout_annual'); 
    var iframeSrc = 'https://gsvlabs.as.me/catalog.php?owner=16697280&action=addCart&clear=1&id=1000873&firstName&certificate=HQ20&firstName=' + userFirstName + '&lastName=' + userLastName + '&email=' + userEmail; 
    iframe.attr('src' , iframeSrc); 
});
</script>
<iframe id="checkout_annual" width="100%" height="530" frameBorder="0"></iframe>


...