弹出来呈现应用程序

时间:2011-10-30 17:18:43

标签: popup

我有一个捐赠应用程序脚本,其所有文件都在一个名为捐赠的文件夹中。

捐款文件夹中包含以下类型:

A Folder named paypal_integration_class
config.php
connect.php
donate.php
thankyou.php
styles.css

我试图通过导航栏上的支持链接访问Donate应用程序,该链接将在弹出窗口中向访问者显示该应用程序。

使用以下弹出功能调用应用程序:

function popup() {window.open('donation/donate.php',    '','scrollbars=1,statusbar=0,resizable=0,width=650,height=580,left=450,top=80');}

当从导航中调用时,donate.php文件在弹出窗口中根据需要正确呈现。

捐款文件夹中存在的其他.php,.css和文件夹是否可以写入以下弹出脚本: -

function popup(){window.open('donation / donate.php','','scrollbars = 1,statusbar = 0,resizable = 0,width = 650,height = 580,left = 450 ,顶部= 80' );}

1 个答案:

答案 0 :(得分:0)

在donate.php中

你可以参考http://php.net/manual/en/function.include.php      

 include 'config.php';
 include 'connect.php';


?>

对于嵌入式CSS,例如你的html的head

 <style type="text/css">
 body {font-color:#222222;} ..... 
 </style>

对于可能位于同一页面中的thankyou.php,您可以传递/设置return page from paypay to the same donate.php?action = thankyou page or thankyou.php`作为其自身< / p>