MathGuy2 Posted October 7, 2002 Share Posted October 7, 2002 These both are probably minor code patterns that turn into bugs under my browser (IE5.0, Win2000). [b]Problem #1:[/b]The link in the gizmo at the top goes to http://otakuboards.com/ . I always enter the site through http://[b]www.[/b]otakuboards.com/ . This causes cookies to fail because of different domain names, and I must either relogin or use the back button to do anything. Could someone change the code to use relative paths, e.g., href="/" and href="/register.php", instead of the existing code? [php] [/php] [b]Problem #2:[/b] When I use the Quick Reply box at the bottom of a thread, IE complains of an "Object Expected". The line number changes, though it's often 700-something or 1100-something. This only seems to happen on this version of Internet Explorer (5, Win2K). Link to comment Share on other sites More sharing options...
Mitch Posted October 7, 2002 Share Posted October 7, 2002 [color=red] I didn't understand half the things you said, 'cause I'm not a complete computer geek, but I've been having some of these same problems. I'm also using Explorer.[/color] Link to comment Share on other sites More sharing options...
James Posted October 7, 2002 Share Posted October 7, 2002 [color=royalblue]I'm using Explorer and I'm not having any of the above mentioned problems. I'm sure Shift will read this and make the appropriate changes, but I won't hold my breath.[/color] Link to comment Share on other sites More sharing options...
MathGuy2 Posted October 7, 2002 Author Share Posted October 7, 2002 James (or anyone with access to the server), come on, how hard is it to open up the Gizmo file and take out the "http://www.otakuboards.com" (absolute pathname) part? I'm using Netscape 7 here, and I'm not running into the Object Expected problem, but the quickReply's Check Message Length (JavaScript "checklength(document.vbform)") doesn't do anything. EDIT: HELLO! How hard is it to fix that link at the top to use relative paths! Can't you just open up your header and hit "Backspace" five times?! It is so annoying when the major part of the gizmo fails miserably on my browser!! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now