Ask a Question related to ASP, Design and Development.

  1. #1

    Default read favorites

    Hello Ng,

    is there a way to read out the users favorites with asp?
    Or do I have to write a little plugin in vb which posts it to the database?


    Greets,
    Martin


    Martin Rösler Guest

  2. Similar Questions and Discussions

    1. Code For Favorites
      Hello I want code for page is be Pictures win user add on favorites, Thanks
    2. Windows Favorites
      That's pretty cool. I noticed that ID kept on defaulting to the My Documents folder so what I did is create a shortcut in the My Documents folder...
    3. how to save favorites?
      how can i back up my favorite list? i want to save it to a writeable cd...can anyone help me figure this out? thank you
    4. Import Favorites to IE
      I just recently upgraded to XP from 98. How do I import my favorites into Internet Explorer? I saved all of them to cd then copy & pasted them into...
    5. Favorites List
      Hi Does any one know a way to make a print out of the Favorites list---also will it show the details of the actual web addresses. I can't seem...
  3. #2

    Default Re: read favorites

    Nope... can't get much of anything from the client's machine...

    --
    ----------------------------------------------------------
    Curt Christianson (Software_AT_Darkfalz.Com)
    Owner/Lead Designer, DF-Software
    [url]http://www.Darkfalz.com[/url]
    ---------------------------------------------------------
    ...Offering free scripts & code snippits for everyone...
    ---------------------------------------------------------

    "Martin Rösler" <root@mr6.de> wrote in message
    news:uyb#mGKUDHA.612@TK2MSFTNGP12.phx.gbl...
    > Hello Ng,
    >
    > is there a way to read out the users favorites with asp?
    > Or do I have to write a little plugin in vb which posts it to the
    database?
    >
    >
    > Greets,
    > Martin
    >
    >

    Curt_C [MVP] Guest

  4. #3

    Default Re: read favorites

    "Martin Rösler" <root@mr6.de> wrote:
    >Hello Ng,
    >
    >is there a way to read out the users favorites with asp?
    >Or do I have to write a little plugin in vb which posts it to the database?
    ASP scripts run on the server, the favorites are stored on the client
    machine. Therefore, ASP scripts have no access to favorites lists.
    This is a good thing.

    --
    Tim Slattery
    MS MVP(DTS)
    [email]Slattery_T@bls.gov[/email]
    Tim Slattery 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