Everybody knows, that it's possible to put a simple text inside iframe if it does not supported by browser. But is there any way to put a link inside it?
Like
<iframe src="#">
Oops! Looks like your browser doesn't support iframe, try <a href="#">this</a>
</iframe>
Maybe create some check using jquery or js if iframe supported or not? Anything? I tried to find any information about it in Internet but the result is nothing useful.