首页 > 开发 > PHP > 正文

php和js交互一例

2024-05-04 22:54:11
字体:
来源:转载
供稿:网友
php和js交互一例
<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"; ?>" onclick='return rec_delete(delete_mess)'>删除</a>
</body>
</html>
 

中国最大的web开发资源网站及技术社区,
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表