<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>添加附件</title>
<style type="text/css">
body, td, span, div, input, select {
font-size: 12px;
font-family: "宋体", "Courier New", Courier, monospace;
margin: 0px;
}
.input {
border: 1px solid #7E9DB9;
width: 250px;
margin-left: 4px;
height: 18px;
}
</style>
<script language="JavaScript">
<!--
window.isIE = (navigator.appName == "Microsoft Internet Explorer");
if(window.isIE) {
if(navigator.userAgent.indexOf("Opera")>-1) window.isIE = null;
}
else {
if(navigator.userAgent.indexOf("Gecko")==-1) window.isIE = null;
}
function $(sID) {
return document.getElementById(sID);
}
function adjustDialog(){
var w = $("tabDialogSize").offsetWidth + 6;
var h = $("tabDialogSize").offsetHeight + 25;
window.dialogLeft = (screen.availWidth - w) / 2;
window.dialogTop = (screen.availHeight - h) / 2;
}
function resteText() {
var editor = window.dialogArguments.EDiaryEditor;
var frameWindow = editor.iframe.contentWindow;
var selection = frameWindow.document.selection;
if (selection != null) {
rng = selection.createRange();
}
$("linktext").value = rng.text ? rng.text : "";
}
function loadFileName(){
var start=$("linkpath").value.lastIndexOf("\\")+1;
var end=$("linkpath").value.length;
$("linktext").value=$("linkpath").value.substr(start,end);
}
window.onload = init;
function init() {
adjustDialog();
resteText();
$("linkpath").select();
}
function LoadAttach (path) {
var editor = window.dialogArguments.EDiaryEditor;
var oRTE = editor.iframe.contentWindow;
var imgpath=location.href.substr(0,location.href.lastIndexOf("\/")).replace("\/editor","\/images\/common.gif");
var html = "<img src='"+imgpath+"' align='absmiddle'><a href='" + path + "' target='_blank'>" + $("linktext").value + "</a>";
if(window.isIE) {
try{
oRTE.focus();
var oRng = oRTE.document.selection.createRange();
oRng.pasteHTML(html);
oRng.collapse(false);
oRng.select();
}catch(e){}
}
else {
editor.runCMD('insertHTML', html);
}
window.close();
}
function chk_link(){
if($("linkpath").value==""){
alert("请选择要上传的附件!");
return false;
}
if($("linktext").value==""){
alert("请选择输入附件名称!");
$("linktext").focus();
return false;
}
$("form1").submit();
$('divProcessing').style.display='';
}
document.onkeydown = function (el) {
var event = window.event || el;
if(event.keyCode == 13) {
return chk_link();
}
}
//-->
</script>
</head>
<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" id="tabDialogSize">
<tr>
<td height="24" bgcolor="#DDE7EE" style="padding-left: 10px;">添加附件<font color="#666666">(允许上传rar和zip格式的附件)</font></td>
</tr>
<tr>
<td align="center"><table border="0" cellpadding="0" cellspacing="0" width="100%">
<form name="form1" id="form1" method="post" action="upload.asp?action=upload&uploadtype=attach" enctype="multipart/form-data" target="myiframe">
<tr>
<td width="70" height="28" align="right" valign="bottom">上传附件:</td>
<td align="left" valign="bottom"><input type="file" class="input" name="file1" id="linkpath" onChange="loadFileName()"></td>
</tr>
<tr>
<td height="28" align="right" valign="bottom">附件名称:</td>
<td align="left" valign="bottom"><input type="text" class="input" id="linktext"></td>
</tr>
</form>
</table></td>
</tr>
<tr>
<td height="40" align="center" style="padding-bottom: 10px;"><a href="#" onClick="chk_link()"><img border="0" src="../images/dilog_bt_ok.gif" alt="确定" style="margin-right: 10px;"/></a><a href="#" onClick="window.close();"><img border="0" src="../images/dilog_bt_cancel.gif" alt="取消"/></a></td>
</tr><tr><td bgcolor="#DDE7EE" height="5"></td>
</tr>
</table>
<div id=divProcessing style="width:200px;height:30px;position:absolute;left:85px;top:75px;display:none">
<table border="0" cellpadding="0" cellspacing="1" bgcolor="#333333" width="100%" height="100%">
<tr>
<td bgcolor="#3A6EA5" align="center"><font color=#FFFFFF>附件上传中,请等待...</font></td>
</tr>
</table>
</div>
<iframe src="upload.asp" name="myiframe" id="myiframe" style="display:none"></iframe>
</body>
</html>
没有合适的资源?快使用搜索试试~ 我知道了~
新浪文本编辑器,网页编辑器
共132个文件
gif:122个
htm:5个
asp:2个
5星 · 超过95%的资源 需积分: 12 85 下载量 185 浏览量
2009-10-08
14:56:10
上传
评论
收藏 367KB RAR 举报
温馨提示
新浪文本编辑器,很不错的编辑器,做网站有很多地方都可能会用到 1,要下载文本编辑器。请点击新浪文本编辑器下载, 2,解压后,把文件夹中Edit文件夹夹复制到网站的根目录下, 3,在界面上引用编辑器 <input id="txtContent" type="hidden" runat="server"/> <iframe ID="eWebEditor1" src="Edit/editor.htm?id=txtContent&style=coolblue" frameborder="0" scrolling="no" width="600" HEIGHT="350"> </iframe> 4,获取文本编辑器的值 this.txtContent.Value.ToString(); 这就是前面为什么要放个隐藏的文本域的原因,取值用的!
资源推荐
资源详情
资源评论
收起资源包目录
新浪文本编辑器,网页编辑器 (132个子文件)
UpLoadClass.asp 10KB
upload.asp 2KB
base.css 3KB
toolbar_bg.gif 16KB
attach_over.gif 13KB
attach.gif 13KB
face_bg.gif 11KB
ParaFormatting.gif 3KB
036.gif 2KB
justifyformat_bg.gif 2KB
title_bg.gif 2KB
002.gif 2KB
019.gif 2KB
paste_over.gif 2KB
039.gif 2KB
010.gif 2KB
ParaFormatting_over.gif 2KB
dilog_bt_cancel.gif 2KB
033.gif 2KB
dilog_bt_ok.gif 2KB
024.gif 2KB
paste.gif 1KB
003.gif 1KB
018.gif 1KB
014.gif 1KB
037.gif 1KB
020.gif 1KB
012.gif 1KB
026.gif 1KB
025.gif 1KB
copy_over.gif 1KB
face_over.gif 1KB
008.gif 1KB
cut_over.gif 1KB
hilitecolor_over.gif 1KB
022.gif 1KB
face.gif 1KB
007.gif 1KB
030.gif 1KB
021.gif 1KB
009.gif 1KB
004.gif 1022B
035.gif 1011B
editor_foot.gif 1006B
032.gif 990B
038.gif 988B
017.gif 948B
013.gif 932B
011.gif 892B
028.gif 888B
001.gif 887B
034.gif 858B
006.gif 856B
015.gif 838B
016.gif 838B
005.gif 818B
029.gif 814B
guage.gif 809B
guage.gif 809B
027.gif 800B
040.gif 798B
023.gif 796B
031.gif 769B
img_over.gif 752B
table_over.gif 730B
iask_over.gif 728B
link_over.gif 713B
undo_over.gif 685B
redo_over.gif 685B
hilitecolor.gif 685B
img.gif 670B
iask.gif 633B
link.gif 618B
cut.gif 592B
undo.gif 585B
redo.gif 583B
justifyformat_over.gif 480B
forecolor_over.gif 465B
view_over.gif 459B
table.gif 434B
bold_over.gif 434B
indent_over.gif 426B
outdent_over.gif 426B
underline_over.gif 414B
insertunorderedlist_over.gif 413B
italic_over.gif 402B
insertorderedlist_over.gif 401B
copy.gif 390B
forecolor.gif 378B
menu_foot.gif 341B
bold.gif 338B
rsave.gif 286B
inserthorizontalrule_over.gif 284B
justifyleft_over.gif 274B
justifyright_over.gif 274B
justifycenter_over.gif 274B
justifyfull_over.gif 273B
menu_title.gif 262B
outdent.gif 232B
indent.gif 232B
共 132 条
- 1
- 2
资源评论
- LPCheung2011-11-26界面很简洁实用,适合国人使用
- Lemon_zhang2011-12-10界面很简洁,但是功能很齐全,不过上传本地图片的时候有点问题,会弹出一个是否要保存asp的对话框,这里面的一些网页也是asp的
aweituntun
- 粉丝: 0
- 资源: 13
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- (源码)基于ESP8266和Arduino的HomeMatic水表读数系统.zip
- (源码)基于Django和OpenCV的智能车视频处理系统.zip
- (源码)基于ESP8266的WebDAV服务器与3D打印机管理系统.zip
- (源码)基于Nio实现的Mycat 2.0数据库代理系统.zip
- (源码)基于Java的高校学生就业管理系统.zip
- (源码)基于Spring Boot框架的博客系统.zip
- (源码)基于Spring Boot框架的博客管理系统.zip
- (源码)基于ESP8266和Blynk的IR设备控制系统.zip
- (源码)基于Java和JSP的校园论坛系统.zip
- (源码)基于ROS Kinetic框架的AGV激光雷达导航与SLAM系统.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功