|
Changing The <title> Tags
Is there a way to dynamically change the <title> tags in javascript?
I've tried looking on google, and one mailing list said it wasn't possible. I couldn't find anything else helpful either. Am I able to grab it with getelementbyID and change the attribute innerHTML or something?
It's also a necessity, since the title will need to be changing without the page reloading. It sounds like the only way.
Thanks for any help. :o
|