<!DOCTYPE html> | |
<html> | |
<body> | |
<input id="emptyOnFirstVisit" value="visited"> | |
<form action="data:text/html,<script>history.back()</script>" id=form1> | |
<input type=date id=input1> | |
<input type=date id=input2 value="2001-02-03"> | |
<input type=date id=input3 value="2002-03-04"> | |
</form> | |
</body> |