Trasca Ion-Catalin wrote:
> If I have a page with frames, how can I get the title of the frameset
> to be the title of the main frame? I want this title to change every
> time the visitor change the page.
> Any help?

That doesn't have anything to do with PHP, but...

you can use JavaScript, something like

top.document.title = 'Title'

or

document.title = 'Title'

I'm not exactly sure which one (if any) of these works, but it's something
like this...

Grtz Erwin


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

Reply via email to