blob: cfa42da6c6add1568d05c0f73aa6061b4ad9b208 [file] [log] [blame]
<html>
<body>
<script>
function send_post() {
window.parent.postMessage("SubmitComplete", "*");
}
</script>
<form action="inner_frame_address_form.html" onsubmit="send_post(); return false;"
id="deleting_form">
<input type="text" id="address_field" name="address" autocomplete="on">
<input type="submit" id="submit_button" name="submit_button">
</form>
</body>
</html>