Essentially, I want to prevent the display of the Microsoft Internet
Explorer or any other branding tag in the document title. One technique that
I've used is to insert multiple spaces after the desired title to push the
tag off of the screen.
(i.e. <title>Docume nt Title &nb sp; </title>)
I want to write some javascript to perform the same operation. How would
this be written using javascript?
Thanks in advance, Ian Renfrew
Explorer or any other branding tag in the document title. One technique that
I've used is to insert multiple spaces after the desired title to push the
tag off of the screen.
(i.e. <title>Docume nt Title &nb sp; </title>)
I want to write some javascript to perform the same operation. How would
this be written using javascript?
Thanks in advance, Ian Renfrew
Comment