Here is a javascript I like to put at the bottem of my forms when I am 
debugging them.
You might want to put this on your form so you can see everything in there.
You need to replace the [ with < and remove the '//x'.  I put that in so it 
won't execute in this e-mail.

Troy Sosamon


[script language="Javascript">
        <!--
        //describe form 0               
//x     document.write("Form <b>"+ document.forms[0].name +"</b> has 
"+document.forms[0].elements.length+" elements: <br>")
//x     for(j=0;j<document.forms[0].elements.length;++j)
        {
//x    document.write(j + " " + document.forms[0].elements[j].name + " = " + 
document.forms[0].elements[j].value +"<br>")
        }
        -->
[/script>

________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to