this case using javascript
with the function window.open()

e.g
the file index.php will popup teste.php while the index.php load

inde.php
......
<body onload="window.open('teste.php')">
.....

rgds
http://amadarum.e-tics.net/blogger

----- Original Message ----- 
From: "Andre " <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 03, 2004 6:22 AM
Subject: [PHP] pop-up windows with a include




Hello
I need to open one pop-up windows with a include
For example...

<?PHP

include("teste.php");

?>
I need de window teste.php show in po-up .
Obrigado
André Caridade

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to