Newer
Older
2021-masamichi / post.js
@ITO Masamichi ITO Masamichi on 27 Dec 2021 104 bytes Update post.js
const func1 = (page) => {
      document.form1.action = 'index.html';
      document.form1.submit();
};