need someone that knows html to help

Skilled Illusionist
Joined
Dec 25, 2008
Messages
306
Reaction score
4
i need the html script to make my website show in my gunz laucher well im notusing it for my gunz laucher but for smething else but its the same script anyway so plz help./..
 
there are different ways of doing it

PHP:
<?php
$target = 'link to your website here';
header('Location : '.$target);
?>

PHP:
<?php
$target = 'link to your website here';
require_once $target;
?>

also u could use iframe's etc..

maybe even better change the path the page on the launcher to the page u want to show..
if you don't want to do that use that small php script..
 
Upvote 0
Code:
<IFRAME ALLOWTRANSPARENCY FRAMEBORDER="0" SRC="http://www.google.nl"> </IFRAME>

Hope this will help?

Edit : Only need to set Width & Height <3
 
Upvote 0
Back