I made a website for my friend
There is a date table from which the user can select a date and time.
When he or she clicks the date, an internal javascript call is starting.
This script hides the datum table div and shows a contact form div, which is hidden when the page is loaded. The js fills out the choosen date in the contact form.
It works fine in ff and in safari, but in ie not.
Ie shows an error: "object expected".
The clickable dates are in <a></a> tags, I tried to change them to <div>-s with css class that has :hover attributes too. But it didn't help.
The onclick still doesn't work.
If anybody could help, I would be very glad, because I just don't have any idea.
Oh, and dorry about my very poor English.
http://www.lakberendez otanfolyam.hu/_4_idopontok.ht ml
There is a date table from which the user can select a date and time.
When he or she clicks the date, an internal javascript call is starting.
This script hides the datum table div and shows a contact form div, which is hidden when the page is loaded. The js fills out the choosen date in the contact form.
It works fine in ff and in safari, but in ie not.
Ie shows an error: "object expected".
The clickable dates are in <a></a> tags, I tried to change them to <div>-s with css class that has :hover attributes too. But it didn't help.
The onclick still doesn't work.
If anybody could help, I would be very glad, because I just don't have any idea.
Oh, and dorry about my very poor English.
http://www.lakberendez otanfolyam.hu/_4_idopontok.ht ml
Comment