?? insertpic.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<HTML><HEAD><TITLE>龍訊網(wǎng)絡(luò)內(nèi)容發(fā)布系統(tǒng)Ver1.5--圖片插入</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<SCRIPT language=JavaScript src="../css/Style.js"></SCRIPT>
<LINK href="../css/InputStyle.css" type=text/css rel=stylesheet><LINK
href="../css/dialog.css" type=text/css rel=stylesheet>
<META content="MSHTML 6.00.2800.1126" name=GENERATOR></HEAD>
<BODY onLoad="window.focus();">
<%
response.setContentType("text/html;charset=GBK");
request.setCharacterEncoding("GBK");
int blog_id = com.beijingnews.util.ParamUtils.getInt(request,"blog_id",-1);
if(blog_id < 1) {
%><script>window.close();</script><%
return;
}
%>
<DIV id=toolbar><INPUT language=javascript class=ButtonStyle onmouseover=ChangeStyle(this) onclick="return UploadPic_onclick()" onmouseout=RemoveStyle(this) type=button value=上載圖片 name=UploadPic><INPUT language=javascript class=ButtonStyle onmouseover=ChangeStyle(this) onclick="return SelectPic_onclick()" onmouseout=RemoveStyle(this) type=button value=選擇圖片 name=UploadPic>
<BR>
</DIV>
<DIV id=content>
<DIV id=box><IFRAME name=InsertPicFrame marginWidth=0 marginHeight=0
src="SelPic.jsp?blog_id=<%=blog_id%>" frameBorder=0 noResize width="100%"
height=265></IFRAME></DIV></DIV>
<SCRIPT language=javascript>
<!--
var MyFrameSrc;
MyFrameSrc = document.all.InsertPicFrame.src;
document.all.InsertPicFrame.src = "SelPic.jsp?blog_id=<%=blog_id%>";
function UploadPic_onclick() {
document.all.InsertPicFrame.src = "SelPic.jsp?blog_id=<%=blog_id%>";
}
function SelectPic_onclick() {
document.all.InsertPicFrame.src = "picmanagpic.jsp?blog_id=<%=blog_id%>";
}
//-->
</SCRIPT>
</BODY></HTML>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -