|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
会有很多高手的鼓励,新手的支持,慢慢你劲头就十足,有更多的信心和兴趣去学。 <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>Untitled</title>
<script language="JavaScript">
<!--
function rec_delete(message){
return confirm(message);
}
//-->
</script>
</head>
<body>
<?php
$myrow[guest_name]="asdf"";
$myrow[guest_name]="asdf'";
$guest_name=addslashes($myrow[guest_name]);
//$guest_name=str2js($myrow[guest_name],"'");
$dele_mess="真的要删除这个留言吗?\n留言姓名:$guest_name($myrow[guest_ip])"."\n留言工夫:$myrow[guest_time]";
echo "<script>";
echo "delete_mess="$dele_mess"";
echo "</script>";
?>
<a href="<?php echo "$PHP_SELF?opt=delete"; ?>" >删除</a>
</body>
</html> 模仿的不光是模仿,模仿的同时在加改进,就成了自己的作品了。 |
|