我需要调用javascript来更改div样式(style="display:block;"),但我不知道如何更改。if (isset($_POST['newsletter'])){
$message='Thanks for signig up on our newsletter!'php echo $message;?
我有一个主页面index.php,它有一个简单的js函数,比如function1(),它在单击时会打开一个页面,比如test.php作为一个弹出窗口,其中包含来自另一个页面p1.php的内容。我需要对其进行调整,使得当用户单击function2()时,它会打开相同的页面test.php,但内容与p2.php页面不同。php
$b = include