- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 62 guest(s) and 1 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Open In a New Page ???? [ ]
Author
Message
MaxxGold
Premium
Joined: Jun 21, 2003
Posts: 53
Posted:
Sat Aug 02, 2003 8:53 pm
I am using this code to access another website. When I use it it opens up the site into my website. How do I get it to open into its own page????
<?php
if (!eregi("modules.php", $PHP_SELF)) {
die ("You can't access this file directly...");
}
require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
include("header.php");
$index = 0;
OpenTable();
echo"<iframe width=860 height=960 src=\"http://www.silverspray-guild.com/messageboard.html\"></iframe>";
CloseTable();
include("footer.php");
?>
disciple
Private
Joined: Jul 08, 2003
Posts: 39
Location: Arizona
Posted:
Sun Aug 03, 2003 12:36 pm
Code:
echo"<iframe width=860 height=960 src=\"http://www.silverspray-guild.com/messageboard.html\" target=\"_new\"></iframe>";
_________________ All that is not eternal is eternally useless.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum