在iframe中实现对层的拖动?

<tablecellspacing="1"cellpadding="4"width="100%"align="center"border="0"><textarearow... <table cellspacing="1" cellpadding="4" width="100%" align="center" border="0">
<textarea rows="" cols="" id="textbox" style="display: none;"><div id=ccc style=position:absolute;left:230;top:20;width:200;height:100;background:#aa00ee;cursor:move;Z-INDEX:333;>asdfas</div> </textarea>
<table style="width:100%;height: 500px;" border="0">
<tr>
<td style="width: 100%; height: 100%;">
<iframe id="textbox_Editor" name="textbox_Editor" width="100%" height="100%" style="border-right: 1px solid #00aaff;border-left: 1px solid #00aaff;border-top: 1px solid #00aaff;border-bottom: 1px solid #00aaff;">
</iframe>
</td>
</tr>
</table>
</table>
<script type="text/javascript">
//<![CDATA[
FTB_Initialize('textbox');
function FTB_Initialize(ftbName) { //初始化
hiddenHtml = FTB_GetHiddenField(ftbName);
editor = FTB_GetIFrame(ftbName);
editor.document.open();
editor.document.write(hiddenHtml.value);
editor.document.close();
}
function FTB_CopyHtmlToHidden(ftbName) { // 复制到隐藏域
hiddenHtml = FTB_GetHiddenField(ftbName);
editor = FTB_GetIFrame(ftbName);
hiddenHtml.value = editor.document.body.innerHTML;
}
function FTB_GetHiddenField(ftbName) {
return document.getElementById(ftbName);
}
function FTB_GetIFrame(ftbName) {
return eval(ftbName + "_Editor");
//return document.getElementById(ftbName + "_Editor");
}
//]]>>
</script>
展开
 我来答
尼康相机专卖
2008-09-12 · TA获得超过116个赞
知道小有建树答主
回答量:1193
采纳率:0%
帮助的人:493万
展开全部
唉,无能为力,不好意思
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式