This is a kind of difficult one to explain but basically I have a page which has some property info on and it is database driven.
In firefox however it loads the page and then re-directs to a white page with some weird chinese writing on it or it’s saying 1.17
http://www.hpb.co.uk/tenancy/location/PR2CT/default.aspx
That’s the link of my page not sure if anyone knows whats wrong with as it works in all other browser.
I’m using firefox 3.6.1
Any ideas?
Thanks
Jamie
You are calling document.write, which rewrites the entire page contents. Remove the call to document.write and it will work. (There is a 302 redirect, but that is unrelated to why you see a white page. You also have a syntax error)