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>

您可能感兴趣的文章:

相关文章

最新评论

站长推荐

正版 Windows 10

正版Windows 10 家庭/专业版,操作系统限时抢购[¥1088→¥248]

站长推荐

正版 Office 软件

Microsoft Office 2016/2019/365 正版最低价仅需[ ¥148元]

大家感兴趣的内容

最近更新的内容

常用在线小工具

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/bac7cb5b07269fdd2a40eb64c7595d85.html