<iframe src="框架地址" STYLE=" 
border-right: dotted #000000 2px; 
border-left: dotted #000000 2px; 
border-top: dotted #000000 2px; 
border-bottom: dotted #000000 2px;" 
border="3" 
frameborder="no" 
scrolling="yes" 
width="宽度" 
height="长度"> 
</iframe> 
框架地址用 
http://形式连接到框架中的网页上#000000 是边框的颜色
*right=右边框 
*left=左 
*top=上 
*bottom=下 
scrollong="yes" 若为no将不显示滚动条. 
透明框架
<iframe src="框架地址" allowTransparency="true">