I\'m trying to submit a form with javascript. Firefox works fine but IE complains that \"Object doesn\'t support this property or method\" on the submit line of this functio
What javascript framework are you using? If it's jQuery I think you'll need to add # to your id:
$('#ProductGroupVisibility').submit();