How to access tags inside the head tag?[SOLVED]
Posted: Sun Dec 11, 2005 6:26 am
Let's assume a situation where I use AJAX in a page. I have a form where I enter some keyword and retrieves some information everytime I enter a keyword. But most of us do change the title of the page in traditional Web applications for every time you fetch new information from the database but in an AJAX application we make changes only to the form values. We disregard to change the appropriate values of title and other meta tags.
I understand this issue and I am thinking that every time new content is loaded into the form, the title tag and meta tags within the head tags should be changed appropriately. So, can you tell me is it possible to access HEAD tags using DOM?
I understand this issue and I am thinking that every time new content is loaded into the form, the title tag and meta tags within the head tags should be changed appropriately. So, can you tell me is it possible to access HEAD tags using DOM?