Hello ALL!
I have a problem, I have just created a website, and I have been struggling like hell to make sure that it is compatible with all the different browsers out there.
I have been coding it in linux, and testing it mostly in Mozilla. However when I started the M.I.E testing something funny happened. I have a page with three frames, in the middle one (main frame) I have a form. When I enter in some values and hit the enter button the form is supposed to be submit, however, it just gets reset. So the only way I can send the form is by actually clicking on the submit button, or by pressing the tab key until the submit button is highlighted then press enter.
What is going on? Must I somehow specify that the default action for the enter key is to submit????
I have been using a combination of javascript/html/perl in my coding, if that helps.
Thanks for any input in this matter.
Sean.
I have a problem, I have just created a website, and I have been struggling like hell to make sure that it is compatible with all the different browsers out there.
I have been coding it in linux, and testing it mostly in Mozilla. However when I started the M.I.E testing something funny happened. I have a page with three frames, in the middle one (main frame) I have a form. When I enter in some values and hit the enter button the form is supposed to be submit, however, it just gets reset. So the only way I can send the form is by actually clicking on the submit button, or by pressing the tab key until the submit button is highlighted then press enter.
What is going on? Must I somehow specify that the default action for the enter key is to submit????
I have been using a combination of javascript/html/perl in my coding, if that helps.
Thanks for any input in this matter.
Sean.