Skip to content

Instantly share code, notes, and snippets.

@victorcastelan
Created November 10, 2011 16:07
Show Gist options
  • Save victorcastelan/1355226 to your computer and use it in GitHub Desktop.
Save victorcastelan/1355226 to your computer and use it in GitHub Desktop.
Proporciona object como alternativa a iframe
<iframe src="page.html" width="320">
<object data="page.html" type="text/html" width="320">
Descarga u Navegador de verdad !!
</object>
</iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment