Re: [PHP] Checking a frames url..

2001-12-17 Thread Charles Williams
Necro, inline below - Original Message - From: "Necro" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 17, 2001 9:58 AM Subject: [PHP] Checking a frames url.. > Lo all, > > I am trying to write a script that will output to a frame the current > location within a site

Re: [PHP] Checking a frames url..

2001-12-17 Thread Fred
This will not work. JavaScript is a client side language and will not have the frame information until the browser has the web page, at which time all parsing of the php code (done on the server side) is already complete. Fred Richard Black <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]

RE: [PHP] Checking a frames url..

2001-12-17 Thread Richard Black
You can get the URL of a frame using JavaScript - maybe you could pass this in somehow to the PHP script??? -Original Message- From: Necro [SMTP:[EMAIL PROTECTED]] Sent: 17 December 2001 08:59 To: [EMAIL PROTECTED] Subject:[PHP] Checking a frames url.. Lo all, I am tryi