Is there a way to prevent the error "This webpage is not available." from displaying within an iframe that displayed on another site?
For example, if I have a w
You can use the iframe's onerror="" property to do something creative. Consider this:
onerror=""
Hope this helps
Edit: This no longer works.