Created
June 13, 2019 12:50
-
-
Save ggpasqualino/3c47f2bf641bbbe8c09a71c6ccb57622 to your computer and use it in GitHub Desktop.
FinTecSystems iframe
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body> | |
Aborted! | |
</body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body> | |
Finished! | |
</body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head> | |
<script src="https://api.xs2a.com/xs2a.js"></script> | |
<link rel="stylesheet" href="https://api.xs2a.com/xs2a.css"> | |
</head> | |
<body> | |
<div id="XS2A-Form" data-xs2a="wizard-session-key-goes-here"></div> | |
<script> | |
xs2a.finish(function () { | |
document.location.href = 'finish.html'; | |
}); | |
xs2a.abort(function () { | |
document.location.href = 'abort.html'; | |
}); | |
xs2a.init(); | |
</script> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment