php和js交互一例-PHP教程,PHP应用
作者:bea
代码如下: <html> <head> <metahttp-equiv="Content-Type"content="text/html;charset=gb2312"> <title>Untitled</title> <scriptlanguage="javascript"> <!-- functionrec_delete(message){ returnconfirm(mess
代码如下:
<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="真的要删除这个留言吗?
留言姓名:$guest_name($myrow[guest_ip])"."
留言时间:$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>
有用 | 无用
猜你喜欢
您可能感兴趣的文章:
- MYSQL环境变量设置方法
- PHP has encountered an Access Violation
- PHP5 安装方法
- 安装APACHE
- php5.2时间相差8小时
- isset和empty的区别
- mysql5详细安装教程
- FCKeditor的安装(PHP)
- 自动分页的不完整解决方案
- 用php实现像JSP,ASP里Application那样的全局变量
- 新手配置 PHP 调试环境(IIS+PHP+MYSQL)
- phpfans留言版用到的数据操作类和分页类
- 如何隐藏你的.php文件
- SMARTY学习手记
- 笑谈配置,使用Smarty技术
- Smarty模板快速入门
- 菜鸟学PHP之Smarty入门
- 推荐php模板技术[转]
- 推荐个功能齐全的发送PHP邮件类