Hello
If I view my script with an IE browser I receive the following error:
"...This is not supported...".
I do not have this error in Opera or FF.
The error points to a line, but this line has nothing special. So I have no idea what the error could be.
Please help me with this one. If you would like to help please do:
- Start an IE browser
- Go the the website.
- Login with [username: "frihost". pass: "frihost99"] The account has been removed as the prob is solved
- Click on "Messages"
- Click on the "New" button and wait until the page is loaded.
- Now click on any other Menu button (At the right of the 'New' button)
- See the error in the left-bottom (a ! sign from IE )
Thank you in advance,
Nicholai
Update @ 23 Sep
I found the bug. The code beneath includes the problem and the fix
Somehow IE does not accept "name=send".
Last edited by Nicholai on Sun Sep 23, 2007 6:23 pm; edited 5 times in total
If I view my script with an IE browser I receive the following error:
"...This is not supported...".
I do not have this error in Opera or FF.
The error points to a line, but this line has nothing special. So I have no idea what the error could be.
Please help me with this one. If you would like to help please do:
- Start an IE browser
- Go the the website.
- Login with [username: "frihost". pass: "frihost99"] The account has been removed as the prob is solved
- Click on "Messages"
- Click on the "New" button and wait until the page is loaded.
- Now click on any other Menu button (At the right of the 'New' button)
- See the error in the left-bottom (a ! sign from IE )
Thank you in advance,
Nicholai
Update @ 23 Sep
I found the bug. The code beneath includes the problem and the fix
| Code: |
| // The bad code
<input type="button" name="send" value="blabla" /> // The right code <input type="button" name="sendbutton" value="blabla" /> |
Somehow IE does not accept "name=send".
Last edited by Nicholai on Sun Sep 23, 2007 6:23 pm; edited 5 times in total
