If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > logo in address toolbar

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-19-03, 11:52
zarifa_dewey zarifa_dewey is offline
Registered User
 
Join Date: Oct 2003
Posts: 7
Smile logo in address toolbar

hi

i was wondering how to get an image in the address bar. i hope you understand what i mean.

i know you need to use an icon but it doesn't seem to work this is my
code

<link href="/assorted.ico" rel="SHORTCUT ICON">

thanks in advance
Reply With Quote
  #2 (permalink)  
Old 11-21-03, 15:11
rhs98 rhs98 is offline
Super Moderator
 
Join Date: Feb 2002
Location: Hampshire, UK
Posts: 441
A quick search (http://www.google.com/search?sourcei...he+address+bar) with the rather innocuous text "image in the address bar" reveled;

www.mapimage.com/howto.html
www.codeave.com/asp/code.asp?u_log=68
forums.devshed.com/archive/1/2000/12/1/630
http://www.geekforum.com/forum/forum...sp?TID=35&PN=1

which, shows that the code is apparently;
[ taken from http://msdn.microsoft.com/library/de...ortcutIcon.asp]

Code:
<HEAD>
  <LINK REL="SHORTCUT ICON" HREF="http://www.mydomain.com/myicon.ico">
  <TITLE>My Title</TITLE>
</HEAD>
This shows that you blatantly haven't bothered looking yourself before posting. Naughty.

Last edited by rhs98; 11-21-03 at 15:13.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On