?? img_scdm.asp
字號:
<html>
<head>
<title>代碼生成</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="../style.css">
<script language="javascript">
<!--
function copy() {
textRange = document.form.textfield.createTextRange();
textRange.execCommand("Copy");
window.close();
}
// -->
</script>
</head>
<body text="#000000" leftmargin="0" topmargin="0" bgcolor="#FFFFFF">
<table width="350" border="1" cellspacing="10" cellpadding="5" bordercolor="#CCCCCC" height="250">
<tr>
<td width="388" bgcolor="#f7f7f7" align="center">
<%
dm = right(request("weizhi"),len(request("weizhi"))-instr(request("weizhi"),"/"))
dm="[IMG]"&dm&"[/IMG]"
%>
<form name=form>
<textarea name=textfield cols=40 rows=8><%=dm%>
</textarea>
<br>
<br>
<input value=" 選擇全部 " onclick="javascript:this.form.textfield.focus();this.form.textfield.select();" type="button" name="all" class="buttonface">
<input value=" 拷貝代碼 " onclick="copy();" type="button" class="buttonface">
<br>
<br>
(注:拷貝代碼以后此窗口將自動關閉,<br>
在文章內容要貼圖片處粘貼即可。)
</form></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -