Mike Alsup wrote:
>> You get only one chance at this - you can't change it once the tag is 
>> written.
> 
> You can do this in FF and IE:
> 
> document.title = 'my new title';

I could not get this to work via the url which might not be significant:

javascript:document.title='my new title'

but this worked:

javascript:document.write('my new title')

using FF 1.0.5.7 but neither worked as expected in IE 6.

-Steve

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to