My php file need to open a pop window and the redirects for another page.
page1.php is called
then popup.htm is open
page1.php redirects for page2.php
Is this possible? any help?
Moderators: macek, egami, gesf

<php
// This is your php code
// Example:
$A = 'http://yoursite.com';
?>
<!-- It´s now open for html, javascript... -->
<head>
<script language="JavaScript1.1">location.replace("<?php echo $A; ?>");</script>
</head>
<?php
// Php code again!
die();
?>
Users browsing this forum: No registered users and 1 guest