📄 insertimg.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>插入图片</title>
<style type="text/css">
<!--
td {
font-size: 12px;
}
.br150 {
line-height: 150%;
}
-->
</style>
<script language="JavaScript" type="text/JavaScript">
function win_close(){
window.returnValue=null;
window.close();
}
function win_ok(){
window.returnValue=document.all.theurl.value;
window.close();
}
</script>
</head>
<body bgcolor="menu" scroll=no>
<table width="100%" height="100%" border="0" align="center" cellpadding="5" cellspacing="5">
<tr>
<td align="center" valign="top">
<fieldset>
<legend>插入图片</legend>
<table border="0" cellspacing="0" cellpadding="5">
<tr>
<td class="br150">1、你可以把其它网页上的图片直接拖到要插入图片的位置,<br>
要进行此项操作,请先关闭窗口;</td>
</tr>
<tr>
<td class="br150"> 2、或在
<input name="theurl" type="text" id="theurl" size="35">
<br>
中输入图片的地址, 然后点击确定按钮;</td>
</tr>
</table>
</fieldset></td>
<td width="60" align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="3">
<tr>
<td align="center"> <input type="button" name="Submit3" value=" 确定 " onClick="win_ok()">
</td>
</tr>
<tr>
<td align="center"><input type="button" name="Submit2" value=" 关闭 " onClick="win_close()">
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -