Just wondering if anyone can answer a simple problem i've hit.. I have a cgi script (lets call it test.cgi) that does some work and then redirects the browser to the same named file, only with a .xml extension. ie. test.cgi redirects to test.xml
Seems trivial enough. it's just a print "Location: $basename.xml\n\n" really. (There's some actual processing going on here first, so it's not a complete NOP) This works fine on Gecko & Opera based browsers. (And probably lynx and everything else) Now, the problem is thus: On IE 5.5, it redirects back to the .cgi script? (Thus causing an infinite loop) Erm, has anyone else encountered this, and/or have ideas on how to fix? tjc. -- Turning and turning in the widening gyre The falcon cannot hear the falconer; Things fall apart, the centre cannot hold; Mere anarchy is loosed upon the world.
