You remember when I posted about the 1/2 day it took to figure out how to get referrer numbers to work in Mozilla? Well, I don't have a half day now. I'm trying to get a 1/2 assed working prototype by the time the worldcom offices open this morning. That gives me until 7:00 or 8:00 am, and its almost 3:00.
Well the latest version of my html site is rather complex in that it involves multiple form panes coordinating with each other, and without using javascript. This involves the panes recursively calling each other... Anyway, I'm now getting 'Redirection Limit Errors', and so I naturally assumed I had an infinite recursion somewhere. Nope. Worst case I could find was 3 redirection.
Then it hit me, when I was last tweaking my internal browser parameters I came across (somewhere!) a setting for maximum redirections=8, and I set it to 3, thinking that should be enough for anybody...
And now I don't know how to unset it.
Well the latest version of my html site is rather complex in that it involves multiple form panes coordinating with each other, and without using javascript. This involves the panes recursively calling each other... Anyway, I'm now getting 'Redirection Limit Errors', and so I naturally assumed I had an infinite recursion somewhere. Nope. Worst case I could find was 3 redirection.
Then it hit me, when I was last tweaking my internal browser parameters I came across (somewhere!) a setting for maximum redirections=8, and I set it to 3, thinking that should be enough for anybody...
And now I don't know how to unset it.