RE: [PHP-WIN] using frames

2003-02-24 Thread Jill . Ramonsky
PROTECTED] Sent: Saturday, February 22, 2003 1:49 AM To: 'Andrew Ferguson'; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] using frames This is a client-side programming issue, so you would use JavaScript and not PHP. I guess you could do something like: a href=blah.php onClick=parent.document.title

[PHP-WIN] using frames

2003-02-21 Thread Andrew Ferguson
I want to build a website with frames and have PHP call up the data from a mySQL database. However, I also want the title to change every you click a different link in the frame. Any ideas? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] using frames

2003-02-21 Thread Matt Hillebrand
[mailto:[EMAIL PROTECTED] |Sent: Friday, February 21, 2003 7:31 PM |To: [EMAIL PROTECTED] |Subject: [PHP-WIN] using frames | | |I want to build a website with frames and have PHP call up the |data from a mySQL database. However, I also want the title to |change every you click a different link