> I thought maybe document.frm1.elements[i] = null; > would do the trick?
Taco - >From my very quick research, you cannot actually dynamically remove a HTML element (even tho' you can add one) Your best bet would probably be to go with display: none; - and turn off the check... that way, there is no possible way it will get passed through the form. HTH Mark ----------------------------------- [EMAIL PROTECTED] ICQ: 3094740 Safe From Bees [www.safefrombees.com] --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
