SetTimeoutを使いましょう。
5分後にsubmitボタンを押すサンプルコード:
`
<html>
<head>
<script type="text/javascript">
function send () {
setTimeout(function(){document.getElementById("TestForm").submit();},300000);
}
</script>
</head>
<body>
<form action="result.html" id="TestForm" method="get">
<select name="sel" onchange="enviar()">
<option value="1">1</option>
<option value="2">2</option>
</select>
<input type="submit" />
</form>
</body>
</html>
`
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。