Hello all, I currently have a 404 page that looks up the ending and sends the user to a page if it is registered and a different one if it is not (for my redirect site tiny2.net). I want to add a feature for optional frames so I have the following if(!$frames)header("Location: $location"); echo "testing this"; I have this in a test page and it works, BUT if I use it as my 404 page it is not working (for IE 7 and mby 8)! It works for FF and I am wondering if there is a way to force IE to take it? Looking forward to you responces nolag