blob: 76df33c1bf70c82613d56e775ca844247cf5ad24 [file] [log] [blame]
<html>
<body>
<script>
function send_post() {
window.parent.postMessage("SubmitComplete", "*");
}
</script>
<input type="text" id="address_field" name="address" autocomplete="on">
<input type="button" id="submit_button" name="submit_button" onclick="send_post()">
</body>
</html>