[Javascript] dom/javascript question regarding Internet Explorer

J. Lester Novros II lester at denhaag.org
Fri Jul 20 09:37:18 CDT 2007


Lee Bettridge wrote:
> This statement
> 
> var title = document.getElementsByTagName("TITLE").item(0);
> 
> in IE does not return on object but does in firefox, so I guess my
> question is, in IE is the <title/> tag simply inaccessible or accessible
> in some other Microsoft specific way ?

Just a thought: any reason not to use the document.title property?

l8R lES
-- 
Claiming that [DRM] can ever be made secure [...] is like believing you can
create a secure bank vault by drawing chalk lines on the pavement, piling
the money inside and asking customers to "respect these boundaries".
http://www.supermarionation.tv                             - Jeremy Allison



More information about the Javascript mailing list