Visited link with QueryString

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Visited link with QueryString

    Hello!

    I need help with following.
    For example
    Page like this [url]www.domain.se/page.asp[/url].
    I get th visited links to change on this page, but then I open the page with
    like this:
    [url]www.domain.se/page.asp?offset=[/url]
    or
    [url]www.domain.se/page.asp?find=&typ=1&Submit=S%F6k[/url]
    the visited links are not visited any more.

    Is there any one who has any idea on how solve this ?
    Is there any workaround?

    Thanks in advance!
    Magnus


    Magnus Guest

  2. Similar Questions and Discussions

    1. ItemTemplate - Visited Link
      I have the following ItemTemplate in a datagrid: <asp:TemplateColumn ItemStyle-Width="35" ItemStyle-HorizontalAlign=Center...
    2. rate by most visited
      I have a website which lists products and I would like to track the hits for each of these products. Any idea how I can do this? What if the visitor...
    3. Visited link
      I'm currently doing a website for a company. The website is finished, but they want that when you click on a link, the link changes colour. I know...
    4. visited link?
      I have made a site is flash. Now, what i was wondering was the following: Is it possible to have the a button change color if the target has been...
    5. Visited Links Colours
      Anybody know why of all the links on a page, ony one doesn't follow the rules laid out in Page Properties to change the colour to......when visited?...
  3. #2

    Default Re: Visited link with QueryString

    > Is there any one who has any idea on how solve this ?

    There is no way to solve it. Once you add a query string (just the '?') it
    is now considered a new page on each load.

    -Darrel


    darrel 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