René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

iframe [HTML]

<iframe 
  src='/path/to/source.html' 
  name='some name' 
  width='200' 
  height='300'
  scrolling='no'
  marginheight='0'
  marginwidth='0'
  frameborder='0'>

     Shown content if browser does not support iframes

</iframe>