mirror of
https://github.com/electron/electron.git
synced 2026-01-14 18:08:07 -05:00
11 lines
266 B
HTML
11 lines
266 B
HTML
<html>
|
|
<body>
|
|
<form id="form" action="d.html" method="post" accept-charset="utf-8">
|
|
<p><input type="submit" value="submit"></p>
|
|
</form>
|
|
<script type="text/javascript" charset="utf-8">
|
|
document.getElementById("form").submit();
|
|
</script>
|
|
</body>
|
|
</html>
|