【发布时间】:2022-05-13 06:19:32
【问题描述】:
我知道 JavaScript 是客户端而 PHP 是服务器端,在下面的代码中,我是否可以弹出一个新窗口或调用弹出一个新窗口? echo 语句不起作用。任何想法都非常感谢。
<?php
class testpop__class
{
function testpop__method(&$bean, $event, $arguments=null)
{
if ($event != 'before_save') return;
// Insert your custom logic between these comments
// Insert your custom logic between these comments
}
}
?>
【问题讨论】:
-
为什么 echo 语句不起作用?
标签: javascript php