The page redirect is now working correctly for me and returning back to the correct page. So thanks for fixing that.
I am still getting the edit quote error. I tested it in IE and Opera and it doesn't work in those either.
In IE7 the page returns the same error as someone else posted above.
Code:
Line: 283
Char: 5
Error: 'agent.handler.respondeXML.documentElement' is null or not an object
Code: 0
URL: http://forum.classicamiga.com/quote.php
And in Opera I get the following errors:
Code:
JavaScript - http://forum.classicamiga.com/quotes.php
Unknown thread
Error:
name: TypeError
message: Statement on line 282: Could not convert undefined or null to object
Backtrace:
Line 282 of linked script http://forum.classicamiga.com/clientscript/quoteit_moderation.js
var author = (agent.handler.responseXML.documentElement.getElementsByTagName("author"))[0].firstChild.data;
At unknown location
[statement source code not available]
The edit foes however work in all three browsers if I select to open the edit link in a new window or tab. Therefore is this an AJAX error?
There are also a lot of layout problems:
When submitting a new quote (in IE, Firefox or Opera) all of the text entry fields are justified to the right and the titles and information about each field is bunched up on the left. This leaves a huge space between the two. Are you just using float left and float right css for this? I much preferred the way it was laid out before this change with the information text above the entry fields.
Also the text entry field for the context field is only set to a size of 25 which is way too small to even display the default information automatically entered into the field. Where is this fields size set?
And finally IE7 has a lot of bad layout problems. When viewing the list of existing quotes the list expands futher to the right than the browser window and goes beyond the right hand edge of the forum template. This makes everything on the right of the quotes hidden off the right of the page including the voting and editing buttons. This doesn't happen in Firefox or Opera where the page looks fine and works as expected.