Odd redirect in IE using Datepicker
I don't have this problem in Firefox, only IE (both 6 and 7).
I'm using the datepicker with a dynamic URL, i.e.
http://www.myurl.com/index.php?main_page=my_pageWhen selecting a date from the date picker it redirects to
http://www.myurl.com/#. The date does populate before the redirect.
I am using
- <script type="text/javascript">
$(document).ready(function(){
$("#datepicker").datepicker();
});
</script>
And a read-only text field for the date result:
- <input id="datepicker" name="delivery_date" type="text">