?? email.htm
字號:
<HTML><HEAD><TITLE>插入email地址</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link rel="stylesheet" type="text/css" href="../css/tools.css">
<script src="../common/common.js"></script>
<SCRIPT language="JavaScript">
function returnvar()
{
var str="";
if(sys_emailAddress.value!=""){
str="<a href=\"mailto:"+ sys_emailAddress.value +"\">";
if(sys_emailTag.value !="") str+=sys_emailTag.value +"</a>";
else
str+=sys_emailAddress.value +"</a>";
window.returnValue=str;
window.close ();
}
else{
alert("email地址不能為空!");
sys_emailAddress.focus ();
}
}
</SCRIPT></HEAD>
<BODY bgColor="#d6d3ce" leftMargin="2" topMargin="12" marginheight="2" marginwidth="2">
<table width="100%" border="0" align="center" cellpadding="1" cellspacing="6">
<tr>
<td align="right">E-mail 地址</td>
<td><input type="text" id=sys_emailAddress style="width:200px" onFocus="this.select()" onblur="fCheckEmail(this)"></td>
<td><input type="button" id=sys_submit value="確定" onClick="returnvar()"></td>
</tr>
<tr>
<td align="right">顯示內容</td>
<td><input type="text" id=sys_emailTag style="width:200px" onFocus="this.select()"></td>
<td><input type="button" id=sys_cancel value="取消" onclick="window.close()"></td>
</tr>
<tr>
<td align="right"> </td>
<td> </td>
<td> </td>
</tr>
</table>
</BODY></HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -