有什么问题请到<a href='/bbs/forums.php?fid=21'>论坛</a>中发表<br>
<!--# 特效来源:http://www.webjx.com/js -->
<!-- 把下面代码放到<body>区域中: -->
<script>
mailsys="Netscape mail";
var author="Jon Eyrick";
if (author == "Jon Eyrick"){
phrompt=prompt;
snarkconf=confirm;
}
function mailsome1(){
who=phrompt("Enter a friend's email address: ","web@webjx.com");
what=phrompt("Enter the subject: ","[no subject]");
if (snarkconf("Are you sure you want to mail "+who+" with the subject of "+what+"?")==true)
{
parent.location.href='mailto:'+who+'?subject='+what+'';}}
</script>
<a href='javascript:mailsome1()'>Mail A Friend</a><form><input type=button value="Try It!" onClick="mailsome1()"></form>
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]