I have a iframe in page , and whatever url I type to address bar, it renders that url in the iframe, but for http://www.yahoo.com , it is showing blank iframe and giving me error "Refused to display 'https://in.yahoo.com/?p=us' in a frame because it set 'X-Frame-Options' to 'DENY'"
Now i want to handle this error, May be i can redirect user to directly to www.yahoo.com...
Please Give me Some Solution.How Can i solve it?
THANKS