Posted: Fri Aug 10, 2012 8:16 pm
IE has javascript error, complaining about jQuery not being defined.
In source some script tries to call these files
http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js
http://downloads.mailchimp.com/js/jquery.form-n-validate.js
Try including those files in the header instead.
<script type="text/javascript" language="javaScript" src="http://ajax.googleapis.com/ajax/libs/jq ... "></script>
<script type="text/javascript" language="javaScript" src="http://downloads.mailchimp.com/js/jquer ... "></script>
In source some script tries to call these files
http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js
http://downloads.mailchimp.com/js/jquery.form-n-validate.js
Try including those files in the header instead.
<script type="text/javascript" language="javaScript" src="http://ajax.googleapis.com/ajax/libs/jq ... "></script>
<script type="text/javascript" language="javaScript" src="http://downloads.mailchimp.com/js/jquer ... "></script>