Is there any possible reason why a <form> tag would break Javascript?
Without tag the script runs fine and does the stuff I need except being able to send to a database with PHP.
With the tag I get an error but I can send to a database.
Obviously this is a problem but I'm not really sure why.
Sorce available upon request, as is live code for those that want to play with it.