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 October 31, 2025
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]