使用IFrame框架做成文本编辑器。
需要两个页面:default.html和editInfo.aspx页面,其中default.aspx作为主控页面,editInfo.html作为编辑页面。
default.aspx页面中要包括一个iframe框架,以包含编辑页面。
下面给出两个页面的代码:
default.aspx -------------
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Visual Studio 2005 WEB控件功能说明及演示</title>
<link href="css/styles.css" type="text/css" rel="stylesheet" />