教程集 www.jiaochengji.com
教程集 >  脚本编程  >  Asp  >  正文 meditor的调用方法

meditor的调用方法

发布时间:2016-10-13   编辑:jiaochengji.com
教程集为您提供meditor的调用方法等资源,欢迎您收藏本站,我们将为您提供最新的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.jiaochengji.com

您可能感兴趣的文章:
meditor的调用方法
python函数与方法的区别总结
asp.net性能优化方法-禁用调试模式
PHP之十六个魔术方法详解(总结)
python self用法详解
php常用的魔术函数详细解析
Python静态方法和类方法的区别和应用
Python类调用实例方法
PHP父类调用子类方法的例子
jquery.Ajax()方法调用Asp.Net后台的方法解析

[关闭]
~ ~