在html中能否用js调用另一个html~~o(>_<)o ~~
暂且定这页面叫edit.html :
HTML code:
<div id="txtEdit">
<div id="show"></div>
<div id="editMenu">
<input name="pic" type="button" id="pic" class="btn" value="图片" onclick="danji(this);" />
<input name="video" type="button" id="video" class="btn" value="视频" onclick="danji(this);" />
<input name="link" type="button" id="link" class="btn" value="链接" onclick="danji(this);"/>
<input name="bold" type="button" id="bold" class="btn" value="B" onclick="danji(this);"/>
<input name="fontB_S" type="button" id="fontB_S" class="btn" value="A" onclick="danji(this);"/>
<input name="italic" type="button" id="italic" class="btn" value="I" onclick="danji(this);"/>
<input name="underLine" type="button" id="underLine" class="btn" value="U" onclick="danji(this);"/>
<input name="chooseColo
相关问答:
我用object标签载入一个外部的html文件可是用vs2008打开却不显示,显示红叉,请问是怎么回事?
用iframe载入。
可以用iframe载入
用iframe载入超链接地址不改变,没办法跳转页面
引用
用iframe载入超链接地址 ......
<span id="Label1">如果能看到这个标签 说明我们已经能从HTML 页面上获取了这个元素控件传递到Silverlight应用程序中 </span>
<br />
<input type="sub ......
今天翻墙到lwuit.blogspot.com里面去看了下,发现里面支持xhtml了。先转载如下:
Ofir has written a very detailed blog post about the new HTML component in LWUIT which you should probably check directly f ......
在发表评论时 过滤 如何:<br/> <hr/> 双引号 单引号 还有其他 等 有好的方法告诉一下 谢谢
.replace(/<\w+[^>]*>/g,"").replace(/'/g,"''")
将单引号换成2个 ......
<head runat="server">
<title>无标题页</title>
<style type="text/css">
*{ margin:0}
body,html,form{ height:10 ......