Iframe Framework
Iframe是一种嵌入网页的框架形式,Web页面可以通过更改嵌入的部分,达到部分内容刷新。
Iframe的用法与普通的标签元素DIV类似,可以指定在页面中嵌入的位置、颜色、界面布局等
Iframe 框架常用属性
|
|
属性
|
描述
|
Border | 框架的边框 |
FrameBorder | 是否显示框架的边框 |
Height | 设置框架的高度 |
Width | 设置框架的宽度 |
MarginHeight | 设置框架内容的上下相对高度 |
MarginWidth | 设置框架内容的左右相对宽度 |
Src | 设置框架要加载的页面地址 |
Scrolling | 设置框架是否允许有滚动条 |
在网页中嵌入Iframe的标准语法:
<iframe frameborder="0" width="150" height="110" marginheight="0" marginwidth="0" scrolling="no" src="http://www.baidu.com">
<%
...
@ Page Language="C#" AutoEventWireup="true" CodeFile="tt.aspx.cs" Inherits="tt"
%>
< html xmlns ="http://www.w3.org/1999/xhtml" >
< head runat ="server" >
< title > 無題のページ </ title >
< script language ="javascript" type ="text/javascript" > ...
<!--
function Search()
...{
var city = document.getElementById("TextBox1"
< html xmlns ="http://www.w3.org/1999/xhtml" >
< head runat ="server" >
< title > 無題のページ </ title >
< script language ="javascript" type ="text/javascript" > ...
<!--
function Search()
...{
var city = document.getElementById("TextBox1"