so change parent to the name of the frame

-- 


-------------------------------------------------------------->>
Jasper Howard :: Database Administration
ApexEleven Web Design
1.530.559.0107
http://www.ApexEleven.com/
<<--------------------------------------------------------------
"Andre" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
I need to refresh  the top frame and I am on the content frame (for example)
and this code doesn't work for this
<script language="Javascript">
<!--
location.refresh(true);
//OR
parent.document.location='LOCATION HERE';
//-->
</script>
And I try whit this;
<META HTTP-EQUIV=Refresh CONTENT='0;URL=http://localhost/; tar'>
-----Original Message-----
From: Jasper Howard [mailto:[EMAIL PROTECTED]
Sent: quarta-feira, 15 de Setembro de 2004 18:27
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Refresh page with frames...

<script language="Javascript">
<!--
location.refresh(true);
//OR
parent.document.location='LOCATION HERE';
//-->
</script>

-- 


-------------------------------------------------------------->>
Jasper Howard :: Database Administration
ApexEleven Web Design
1.530.559.0107
http://www.ApexEleven.com/
<<--------------------------------------------------------------
"John Nichel" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Andre wrote:
> > Hello
> > How can I refresh a page with frames, I use the code below but don't it
> > doesn't work
>
> You can't with PHP.  But I'm betting that if you Google, you'll find
> some info on JavaScript.
>
> -- 
> John C. Nichel
> ÜberGeek
> KegWorks.com
> 716.856.9675
> [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to