|
 |
asp_web_howto thread: Icon and asp page
Message #1 by "Stephen Biggerstaff" <stephenb@w...> on Mon, 18 Dec 2000 22:26:27 -0000
|
|
From "Mail List Management Account" <lists@m...>
Howdy Group O ASP Experts,
Does anyone know how to assiciate an Icon with an ASP
page so when, for
example, I save a shortcut to my users desktops, I do
not have to
manually assign an Icon to the shortcut.
Thanks,
Bill Sisemore
---
MaximumASP offers enhanced hosting solutions on the Windows 2000 platform. Dedicated processor, RAM, and server resources provide
dedicated server performance at virtual server prices. Commercial components provided; custom components allowed.
---
You are currently subscribed to asp_web_howto as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-asp_web_howto-$subst('Recip.MemberIDChar')@p2p.wrox.com
Message #2 by "Ken Schaefer" <ken@a...> on Tue, 19 Dec 2000 12:43:37 +1100
|
|
Must be a registry entry that controls non-standard icons. Create a .reg
file that imports the necessary key/value pair into the registry.
Copy the shortcut and the .reg file to each user's machine, right click on
the .reg file and choose "merge".
Alternatively, you could do this using logon scripts...
Cheers
Ken
----- Original Message -----
From: "Stephen Biggerstaff" <stephenb@w...>
To: "ASP Web HowTo" <asp_web_howto@p...>
Sent: Tuesday, December 19, 2000 9:26 AM
Subject: [asp_web_howto] Icon and asp page
> >From "Mail List Management Account" <lists@m...>
>
> Howdy Group O ASP Experts,
>
> Does anyone know how to assiciate an Icon with an ASP
> page so when, for
> example, I save a shortcut to my users desktops, I do
> not have to
> manually assign an Icon to the shortcut.
>
> Thanks,
>
> Bill Sisemore
---
MaximumASP offers enhanced hosting solutions on the Windows 2000 platform. Dedicated processor, RAM, and server resources provide
dedicated server performance at virtual server prices. Commercial components provided; custom components allowed.
---
You are currently subscribed to asp_web_howto as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-asp_web_howto-$subst('Recip.MemberIDChar')@p2p.wrox.com
Message #3 by "Mail List Management Account" <lists@m...> on Tue, 19 Dec 2000 08:01:20 -0500
|
|
Thank you, but if there are any other ideas I would love to hear them as
well.
-----Original Message-----
From: "Ken Schaefer" <ken@a...>
To: "ASP Web HowTo" <asp_web_howto@p...>
Date: Tue, 19 Dec 2000 12:43:37 +1100
Subject: [asp_web_howto] Re: Icon and asp page
> Must be a registry entry that controls non-standard icons. Create a
> .reg
> file that imports the necessary key/value pair into the registry.
>
> Copy the shortcut and the .reg file to each user's machine, right click
> on
> the .reg file and choose "merge".
>
> Alternatively, you could do this using logon scripts...
>
> Cheers
> Ken
>
> ----- Original Message -----
> From: "Stephen Biggerstaff" <stephenb@w...>
> To: "ASP Web HowTo" <asp_web_howto@p...>
> Sent: Tuesday, December 19, 2000 9:26 AM
> Subject: [asp_web_howto] Icon and asp page
>
>
> > >From "Mail List Management Account" <lists@m...>
> >
> > Howdy Group O ASP Experts,
> >
> > Does anyone know how to assiciate an Icon with an
> ASP
> > page so when, for
> > example, I save a shortcut to my users desktops, I
> do
> > not have to
> > manually assign an Icon to the shortcut.
> >
> > Thanks,
> >
> > Bill Sisemore
>
>
>
---
MaximumASP offers enhanced hosting solutions on the Windows 2000 platform. Dedicated processor, RAM, and server resources provide
dedicated server performance at virtual server prices. Commercial components provided; custom components allowed.
---
You are currently subscribed to asp_web_howto as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-asp_web_howto-$subst('Recip.MemberIDChar')@p2p.wrox.com
Message #4 by "Whitmore, Todd x78046" <WhitmorT@b...> on Tue, 19 Dec 2000 08:34:07 -0500
|
|
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C069C0.BFE5060E
Content-Type: text/plain;
charset="iso-8859-1"
Here is an example:
<head>
<link rel="SHORTCUT ICON" href="/site/images/YourSillyPicture.ico">
-----Original Message-----
From: Stephen Biggerstaff [mailto:stephenb@w...]
Sent: Monday, December 18, 2000 5:26 PM
To: ASP Web HowTo
Subject: [asp_web_howto] Icon and asp page
From "Mail List Management Account" <lists@m...>
Howdy Group O ASP Experts,
Does anyone know how to assiciate an Icon with an ASP
page so when, for
example, I save a shortcut to my users desktops, I do
not have to
manually assign an Icon to the shortcut.
Thanks,
Bill Sisemore
---
MaximumASP offers enhanced hosting solutions on the Windows 2000 platform. Dedicated processor, RAM, and server resources provide
dedicated server performance at virtual server prices. Commercial components provided; custom components allowed.
---
You are currently subscribed to asp_web_howto as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-asp_web_howto-$subst('Recip.MemberIDChar')@p2p.wrox.com
Message #5 by "Mail List Management Account" <lists@m...> on Wed, 20 Dec 2000 07:55:55 -0500
|
|
Thank you Todd! It works perfectly.
-----Original Message-----
From: "Whitmore, Todd x78046" <WhitmorT@b...>
To: "ASP Web HowTo" <asp_web_howto@p...>
Date: Tue, 19 Dec 2000 08:34:07 -0500
Subject: [asp_web_howto] RE: Icon and asp page
> Here is an example:
>
> <head>
> <link rel="SHORTCUT ICON" href="/site/images/YourSillyPicture.ico">
>
> -----Original Message-----
> From: Stephen Biggerstaff [mailto:stephenb@w...]
> Sent: Monday, December 18, 2000 5:26 PM
> To: ASP Web HowTo
> Subject: [asp_web_howto] Icon and asp page
>
>
> From "Mail List Management Account" <lists@m...>
>
> Howdy Group O ASP Experts,
>
> Does anyone know how to assiciate an Icon with an ASP
> page so when, for
> example, I save a shortcut to my users desktops, I do
> not have to
> manually assign an Icon to the shortcut.
>
> Thanks,
>
> Bill Sisemore
>
>
> ---
---
MaximumASP offers enhanced hosting solutions on the Windows 2000 platform. Dedicated processor, RAM, and server resources provide
dedicated server performance at virtual server prices. Commercial components provided; custom components allowed.
---
You are currently subscribed to asp_web_howto as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-asp_web_howto-$subst('Recip.MemberIDChar')@p2p.wrox.com
|
|
 |