Writing hyperlinks that attach to desktop icons or links

Ask a Question related to ASP, Design and Development.

  1. #1

    Default Writing hyperlinks that attach to desktop icons or links

    I'm writing a company intranet site, and on the home page, I'd like
    there to be links to some of the software that the employees frequently
    use on their own computer. This will be the inducement to get them to
    use the intranet home page as their default home page, and visit it
    frequently.

    For example a program which is under:
    "C:\Program Files\Now Software\Now Up-to-Date\NUD.exe"
    if I write that link into the hyperlink, it will not work, because the
    hyperlink also adds the url as a prefix to the link, so it will say
    "http://www.url.com/C:\Program Files\Now Software\Now
    Up-to-Date\NUD.exe"

    How can I write it so that it eliminates the prefix, and just shows the
    c:\ line after it?

    Thanks,

    Bill

    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Bill Guest

  2. Similar Questions and Discussions

    1. Desktop icons
      Linda, Have you tried resetting the file associations? John "Linda Rathgeber" <lightly@sc.rr.com> wrote in message...
    2. corrupt desktop icons?
      all of desktop icons have a permanent highlight around each of them... i've tried rebooting, i've tried cleaning up and unlocking my desktop...
    3. highlighted desktop icons
      whenever i boot my laptop, all of the desktop icons have a "permanent highlight" around them that i cannot remove...any ideas on how to fix this?
    4. removing desktop icons
      I'm new to XP and haven't yet been able to find the method of removing the desktop icons for "shortcut to web sites" and "contains letters,...
    5. Non-transparent icons on desktop
      On Sun, 6 Jul 2003 13:27:34 -0700, "JSouba" <LSouba@yahoo.com> wrote: If you are referring to the bitmap of the icon itself, please advise. If...
  3. #2

    Default Re: Writing hyperlinks that attach to desktop icons or links

    Put the href in quotes

    Ray at work




    "Bill" <BillZimmerman@gospellight.com> wrote in message
    news:%23CZ037MmDHA.744@tk2msftngp13.phx.gbl...
    > I'm writing a company intranet site, and on the home page, I'd like
    > there to be links to some of the software that the employees frequently
    > use on their own computer. This will be the inducement to get them to
    > use the intranet home page as their default home page, and visit it
    > frequently.
    >
    > For example a program which is under:
    > "C:\Program Files\Now Software\Now Up-to-Date\NUD.exe"
    > if I write that link into the hyperlink, it will not work, because the
    > hyperlink also adds the url as a prefix to the link, so it will say
    > "http://www.url.com/C:\Program Files\Now Software\Now
    > Up-to-Date\NUD.exe"
    >
    > How can I write it so that it eliminates the prefix, and just shows the
    > c:\ line after it?
    >
    > Thanks,
    >
    > Bill
    >
    > *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    > Don't just participate in USENET...get rewarded for it!

    Ray at Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139