meditor的调用方法
好了我们今天来看meditor的调用方法吧.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
<style type="text/css">
<!--
body {
margin-left: 10px;
margin-top: 5px;
margin-right: 10px;
margin-bottom: 10px;
background-color: #E2ECF5;
}
html{
font-size:12px;
scrollbar-face-color:#E2ECF5;
scrollbar-arrow-color:#6699CC;
scrollbar-track-color:#6699CC;
scrollbar-3dlight-color:#6699CC;
scrollbar-highlight-color:#6699CC;
scrollbar-shadow-color:#6699CC;
scrollbar-darkshadow-color:#6699CC;
}
body,td,th {
font-size: 12px;
}
-->
</style>
<link href="../inc/css.css" rel="stylesheet" type="text/css">
</head>
<body>
<form name="form1" method="post" action="">
<div align="center">
<br>
<textarea name="xxx_1" style="display:none"></textarea>
<iframe id="mEditor" src="mEditor_1.html?lnk=xxx_1" height="380" width="740" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>
<div align="center">
<BR>
</div>
</div>
</form>
</body>
</html>
上面那蓝色的就是调用方法了,好了有的会问怎么取得他的值呢?
其它也很简单的,我们只要在取得内容的页面request("xxx_1") 就行了,简单吧.
申明:转载请注明:www.226500.cn
补充:asp教程,ASP入门