Hi,
In the example below, the reference to document.form1.vcol.value works in the pick function but error says not defined in the crand function. Using IE 7.
Rick
<html>
<Script type="text/javascript">
<!--
function crand () {
var rnum = Math.random();
var rc;
if (rnum < 0.5)
{rc =...