Two problems to solve first.
Using the error console in FF, the following messages are received.
document.form1.player is "undefined"
document.form1.dealer is "undefined"
<script language=javascript> is long deprecated and obsolete. Use <script type = "text/javascript"> or (in HTML only) just <script> instead.
If you see Javascript 1.1 in some published script it is a warning that you are looking at ancient and (as here) perhaps unreliable code.
__________________
All the code given in this post has been tested and is intended to address the question asked.
Unless stated otherwise it is not just a demonstration.