View Single Post
  #6 (permalink)  
Old Mar 7th, 2007, 00:34
yvettesio yvettesio is offline
New Member
Join Date: Feb 2007
Location: Cebu City Philippines
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Re: php and javascript

Hi ryan, i tried using window.location but it didn't work here's how i did it

<script language="javascript" type="text/javascript">
if(window.opener){
opener.location.reload=true;
self.close;

}
else{
window.location="index.php";
}
</script>
Reply With Quote