image in title bar browser

  • Thread starter Thread starter csgraham74
  • Start date Start date
C

csgraham74

Hi guys,

does anyone know how to make a logo appear in the title bar of the
browser window in asp.net ????

is it even possible ???


thanks in advance

CG
 
csgraham74 said:
Hi guys,

does anyone know how to make a logo appear in the title bar of the
browser window in asp.net ????

is it even possible ???


thanks in advance

CG

The actual browser window title? No, that's offlimits. You can use a
favicon, though, which will add an icon in the addressbar or tab of most
browsers. It's just a <link> you put in your document. An example is
here (see comments):

http://weblogs.asp.net/dreilly/archive/2003/11/08/36554.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top