this is the error i get.
Notice: Undefined index: re in d:\nuvocreative\eliteagents\admin.php on line 79
and here is my code
<?php
if (!isset($GET['re']))
$re = $GET['re'];
if( $re == 'locked') {
?>
<body onload="window.open('winupload/locked.php','','width=200,height=200');" bgcolor="#18576F">
<?php
}else{
?>
<body bgcolor="#18576F">
<? } ?>
cheers aron.