• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Change Browser Title bar

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all!
i'm wotking on a browser based application. whenever i open a dialog using showModalDialog, its title bar appear with the dialog. and text appear on the title bar "microsoft internet explorer". i wanted to remove the title bar or text on the title bar.
Can it possible , if yes plz help me to solve this problem .

Take Care and Best wishes

Regards
Narayan
 
Ranch Hand
Posts: 904
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Yes it's possible, atleast to some extend. It's possible to change the
text in the title (Microsoft I...). This has to be done in windows registry,
but I don't know how (or if) this can be done at runtime.

A search in your favourit search engine will most likely give you some
hits, if you enter: change IE title, or something similar.


/Svend Rost
[ May 31, 2005: Message edited by: Svend Rost ]
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When you open the window with JavaScript, you can not change it.

Eric
 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://www.theeldergeek.com/change_ie_title_bar_text.htm

This link will tell you how to do it via the registry. I hope you can somehow use this to do what you need.

Pete
 
Oh the stink of it! Smell my tiny ad!
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic