When I requested a user's flair page for a non-existing user I got a dialog that said
'Framing not allowed, click OK to continue':
After clicking 'OK' (the only option) my original page is replaced by a (meta.)stackoverflow 'page not found' page.
Try setting up a page with the following iframe content to reproduce:
<iframe src="http://meta.stackoverflow.com/users/flair/500.html?theme=clean" marginwidth="0" marginheight="0"
frameborder="0" scrolling="no" width="210px" height="60px"></iframe>
This will try to load the flair page for the non-existing meta user 500.
Currently it is quit hard to load a page with such content.
I try to setup a page where a forum member can give his stackoverflow user number, and show the flair page for that given user by accessing the correct iframe.
Could this be fixed in any way?
What I would like to see is a flair iframe, with a 'User not found' or something similar. Or just a plain 404 HTTP error.
