Color picker inside table

I am having trouble using the color picker inside a table. Testing with IE6 and IE7 on some computers it works fine and other computers IE will not render the page. IE says “Internet Explorer cannot open the Internet site localhost/test.php. Operation aborted”. When I remove the table elements it renders fine. IE8, Firefox, Chrome all work fine so far. Could this be a browser setting? Ideas?

The version number of IE7 I am testing on is 7.0.5730.13

There isn’t tag in the page. Moreover it’s better to initialize component on body onload or after tag is closed. I’ve attached the sample.
sample.zip (69.3 KB)

Getting the script outside of the form fixed the problem. The program I have uses multiple color pickers inside the form using an array. Now I just need to figure out how to get it to work with the javascript located outside of the form.

Thanks again

Jason