[bo][un]hmhz[/un] 在 2008-6-9 15:20 的发言:[/bo]
上传文本框没有 value 属性的,这个方法不用试也是失败的
貌似有……
Sub UpArticle
Response.Write "<form action='Admin_Upfile.asp?Action=UpArticleSubmit' method='POST' enctype='multipart/form-data'>" & vbCrLf
Response.Write "上传文件:<input type='file' name='ClassImg' id='ClassImg' /><input type=submit name='submit' value='提交'>" & vbCrLf
%>
<input type="button" onclick="insertLink()" value="添加为连接" /><input type="button" onclick="insertDown()" value="添加下载图标" />
<%
Response.Write "</form>" & vbCrLf
End Sub
function insertLink(){
var oEditor = parent.FCKeditorAPI.GetInstance('Content')
oEditor.InsertHtml('<a href="'+document.getElementById('ClassImg').value+'"><img border="0" src="/NsNews/Images/link.png" alt="" style="margin:0px 2px -4px 0px" />单击这里访问</a>')
}
在文件框里打入网址,确实能在fck里增加连接