Need to add an iframe to a page? use the code below:
[code]
<iframe
src ="http://www.johnkosh.com/thanks.html"
scrolling="no"
frameborder=1
align="right"
width="600"
height="550"
name"test_frame"
>
</iframe>
[/code]
Fri January 9, 2026
Need to add an iframe to a page? use the code below:
[code]
<iframe
src ="http://www.johnkosh.com/thanks.html"
scrolling="no"
frameborder=1
align="right"
width="600"
height="550"
name"test_frame"
>
</iframe>
[/code]