Visited Link - Refresh Issue?

Here's the scenario:
The CSS link styles are designed to show a: link {blue} and
a: visited {purple}.
A user clicks a hyperlink from the home page. Upon clicking
the IE Back button, the link displays the appropriate visited
purple color on the home page.
All is well at this point.
However, with the home page displaying the aforementioned
visited link in purple, when the user clicks anywhere on the home
page, the visited link returns to its original blue.
This is just one click. You could click in some white space
on the home page, and the visited link "refreshes" to its original
state.
I have seen this issue with my HTML / CSS projects as well as
many other instances on the Web.
My goal is to have the visited link stay purple much like
what occurs when using Google to surf the Net all day long.
Please help as I have researched this issue now for two days
on the Net and cannot find the appropriate answer and
solution.

Post a link to the page, please.
By the way, it's a:link, not a: link (no space).
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"surf_fish" <[email protected]> wrote in
message
news:fm3s0a$7mb$[email protected]..
> Here's the scenario:
>
> The CSS link styles are designed to show a: link {blue}
and a: visited
> {purple}.
>
> A user clicks a hyperlink from the home page. Upon
clicking the IE Back
> button, the link displays the appropriate visited purple
color on the home
> page.
>
> All is well at this point.
>
> However, with the home page displaying the
aforementioned visited link in
> purple, when the user clicks anywhere on the home page
the visited link
> returns
> to its original blue.
>
> This is just one click. You could click in some white
space on the home
> page,
> and the visited link "refreshes" to its original state.
>
> I have seen this issue with my HTML / CSS projects as
well as many other
> instances on the Web.
>
> My goal is to have the visited link stay purple much
like what occurs when
> using Google to surf the Net all day long.
>
> Please help as I have researched this issue now for two
days on the Net
> and
> cannot find the appropriate answer and solution.
>

Similar Messages

  • View link refresh issue in a ADF Faces application

    ADF BC, ADF Faces, JDeveloper 10.1.3.3
    There is an example.
    I have an Entity SaleEntity and two view objects: SalesView (based on the SaleEntity) and ProductsView (read only). SaleEntity has an attribute productId to reference a product sold. SalesView and ProductsView are related by a view link. The link works fine in a Business Component Browser.
    Then I created a ADF Faces form to edit a sale. I used an af:selectInputText component for a productId:
    <af:selectInputText
        value="#{bindings.ProductId.inputValue}"
        label="#{bindings.ProductId.label}" 
        required="true"
        columns="6"
        action="dialog:ProductSearch"
        autoSubmit="true"
        valueChangeListener="#{CreateSaleBean.productId_valueChanged}" 
        tip="#{bindings.ProductsViewName.inputValue}">
      <af:validator binding="#{bindings.ProductId.validator}"/>
    </af:selectInputText>
    {code}
    User can enter productId directly or select a product from a LOV. I set a tip attribute of af:selectInputText to display a name of the current product. The tip uses ProductsView through the view link between SalesView and ProductsView. valueChangeListener is used here to make tip update right after partial form submit:
    {code:java}
      public void productId_valueChanged(ValueChangeEvent valueChangeEvent) {
        String prodId = (String) valueChangeEvent.getNewValue();  
        JSFUtils.setExpressionValue("#{bindings.ProductId.inputValue}", prodId);
        getIteratorBinding("SalesViewIterator").refresh(DCExecutableBindingDef.RC_REFRESH);
        getIteratorBinding("ProductsView").refresh(DCExecutableBindingDef.RC_REFRESH);
    {code}
    SaleEntity has a productId attribute validator to ensure that id of existing product was specified. The validator is implemented in the same way as ADF Developer Guide chapter "9.6.2 Implementing an Efficient Existence Check" describes.
    All this works fine when user enters correct productId - the new value is submitted and the tip is updated. But if user enters non existing productId - the tip doesn't change. It seems that detail view row currency doesn't change in that case. I want to make the tip empty when the provided productId is incorrect. Any ideas how to achieve this?
    Thanks,
    Marius                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Blaise,
    no I don't want to insert new product. I want make products view object have no current row.
    In addition product existence check code is in a sale entity. I don't think it is a good idea to have an entity object depending to some specific view object. Maybe I'm in the wrong.
    Marius

  • Pagination and visited links issue

    I am creating reports on two tables which are structurally same but hold different set of data. I created one report page using SQL Query using PL/SQL function body returning SQL Query. The trick is to set a request value based on the link clicked by the user to run the query on the correct table. I am using following pagination scheme.
    "Search Engine 1,2,3,4(set based pagination)”
    The issue is with the “visited link” behavior of the links to the record sets in the pagination navigation bar (shown on the bottom right corner of the report region for each result set). Say the user has visits link 3 in pagination navigation bar on the report number one on table A. The browser correctly shows this link in visited link color. Now, if user opens report number 2 on table B, they see the link 3 again in visited color even if they are there for the very first time. This is sounds like a cosmetic nuisance, but this is sort of confusing for the users.
    I guess, since I am using the same page definition for both reports, the pagination object and associated links for the result sets in the pagination have same values. From browser perspective it is the same link and hence the links are shown visited.
    Is there a way that I can force a new pagination object based on which table I am accessing still using only one report page defined in HTMLDB. I do not want to create separate page for each report on each table.
    Thanks
    Salman

    I guess it was too wordy or it was not clear enough.
    In short, is it possible to clear out the visited link status (color changed) of the links to pagination resultset of a report within same session. The pagination type is "Search Engine 1,2,3,4(set based pagination)." I am using patched version 1.5.
    Thanks
    Salman

  • Why does the visited link color change not work on some pages. this has only occurred in the past few weeks. 2 different computers Win 7 home pm Firefox 29

    On some sites the visited link color does not change. I have checked all settings and they have not changed. I can make the problem change by unchecking the "allow pages to choose thier own colors" box , but the some pages do not display correctly. Things worked fine up to a few weeks ago. I feel it may be a glitch in firefox 29.
    Windows 7 home premium SP 1
    Firefox 29

    Can you try to start Firefox in Safe Mode to see if Firefox works properly with no error? You can start Firefox in Safe Mode below:
    *'''Windows/Mac''': Go to Help > Restart with add-ons disabled
    *'''Linux''': Run ''firefox -safe-mode'' in the Terminal/Konsole
    If Firefox opens up fine with no problems, it's probably one of your extensions that's causing the issue. You can re-enable your add-ons one by one until you find the one that causes the issue upon being re-enabled.
    You can try these steps in case of issues with web pages:
    You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and cookies only from websites that cause problems.
    "Clear the Cache":
    *[[Image:new fx menu]] > Options/Preferences> Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *[[Image:new fx menu]] > Options/Preferences > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"

  • Visited links using Safari on my iPad 2 won't stay the "visited" color

    Visited links using Safari on my iPad 2 won't stay the "visited" color after I close the tab, put the iPad in sleep mode (or whatever it's called), or when I power off the iPad.
    There are certain sites I visit where it comes in very handy to be able to see which links I've already clicked on. The links will stay the "visited" color during the time I'm on the site, but later they all go back to the "unvisited" color.
    Is there any way I can fix this on an iPad?

    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    Another thing to try - Go into your router security settings and change from WEP to WPA with AES.
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Changing color on visited links?

    How can Safari options be changed to show visited links in a different color (as is the case in Internet explorer and other browsers.
    i.e if you have already visited a link, when you return to the main page, the browser shows you by different colors which links you have viewed and which ones are new (for thew current session)
    thanks

    I know you said Safari Enhancer will change the "read" links color but not on certain pages that have their own style sheets. I am using 10.4 with the latest version of Enhancer with Yahoo set as my home page. This page has about 100 links to news, sports, business etc. Even though I set Enhancer to change the colors it will not do so. Nor will my Google News Page. It does work with Google Search page but I want it to work on my Yahoo home page since that is where I read all of my News etc. Can you recommend other software that will work? Is Apple going to address this issue?
    Power Mac G4 1.2   Mac OS X (10.4.4)   Safari Enhancer 3.1

  • Scrollbar refresh issue in ADF Table

    Hello, All
    We have an issue regarding the ADF Tables. Please let me know if it is a Oracle bug. All of us know that 'ExecuteQuery' operation refreshes the cache in View Objects.
    But, based on our testing results, there might be a table refresh issue on vertical scrollbars after this opertion is executed.
    Settings:
    In the attached example project, we have a ADF RichTable included in a PanelCollection.
    In addition, We set 'AutoHeightRows' property on this ADF RichTable in order to show scrollbars on the PanelCollection.
    Furthremore, a standard CommandButton is created on the toolbar to execute queries.
    Experimental Steps:
    1. Use your mouse to move the vertical scrollbar to around the center of its range. This behavior causes the scrollbar scrolling vertically.
    2. Click on any row showing in the table right now, make it to be the active row.
    3. Press the 'ExecuteQuery' button, waiting for the table refresh.
    Results:
    1. Active row moves to the first row in the rowset.
    2. Vertical scrollbar stay in the center of its range without moving to the first row.
    3. The first row is hidden from end users. The user can not see the active row in this case.
    FYI:
    The attached project can be accessed from the following link:
    http://www.4shared.com/zip/Xn4Ki0DP/Application3.html
    In this project, we tried to set 'partialTriggers' on RichTable and its surrounding PanelCollection separately. But, the refreshing issue still exists.
    Regards,
    David He

    Welcome David to forums.
    Always mention your exact Jdev version. For more information read this: https://forums.oracle.com/forums/ann.jspa?annID=56
    I too faced the similar kind of issue in one of my application.
    As you have not mentioned the exact jdev version, I will tell you what I did in my application which was developed using Jdev 11.1.2.0
    After the VO is executed, you can write the below line of code to show the first rows in the table.
    applicationsRichTable.setDisplayRow(applicationsRichTable.DISPLAY_ROW_FIRST);
    //applicationRichTable is the binding for the RichTable in managed beanHope it helps.

  • Change color on visited links

    Firefox 35.0.01
    Intel Core i7-3770 CPU @ 3.40GHz, 32.0GB RAM, NVIDIA GeForce GTX 580
    I recently did a "refresh" (?) on Firefox and my visited links are no longer changing color. I've gone to Options - Content - Fonts & Colors - Colors... and the Link Colors option looks okay but when I click on a link it doesn't change color to indicate that it's been visited.

    Make sure that you do not run Firefox in permanent Private Browsing mode (Never remember history).
    *https://support.mozilla.org/kb/Private+Browsing
    *Tools > Options > Privacy > Firefox will: "Use custom settings for history"
    *Deselect: [ ] "Always use Private Browsing mode"
    You can also check the layout.css.visited_links_enabled pref on the <b>about:config</b> page and make sure it has the default value.
    You can open the <b>about:config</b> page via the location/address bar.
    You can accept the warning and click "I'll be careful" to continue.
    *http://kb.mozillazine.org/about:config

  • Change visited link color in Safari 5.1.3

    Visited link colors in Safari, most notably visited Google links when I return to the search page, don't change colors as they used to do...  Actually, I think it's been that way for a long time (years) now but I am just now coming back around to being interested in why and if there is a way to get back to the days where new links were BLUE and visited links were GREEN (or whatever color you wanted)... 
    Is this still possible with the new Safari and if so, how do you go about setting this visted link color preference???
    thanks... bob...

    This appears to be an issue affecting most versions of Safari from about version 5 onwards.
    I recently experienced it with Safari version 5.0.6 and eventually found a fix adequate for my purposes.
    1 - Sometimes simply selecting 'Private Browsing' (on Safari menu) and then deselecting it cures the problem.
    2 - If that does not work I use the following Terminal command which has, so far, worked every time:
    defaults write com.apple.Safari RegisteredSafariSyncClient -bool false
    I must point out that I do not intend to use any sync services but it appears that if Safari gets confused it is necessary to use this command to reset its sync services.
    3 - If you don't like using the Terminal command you could trash the following preference file although this more brutal approach is more likely to lose data:
    ~/Library/Preferences/com.apple.Safari.plist
    Quit from Safari before attempting 2 or 3.
    I have only tested the Terminal command on Safari 5.0.6 on a Leopard G4 without any user defined sync services but it will probably work on other versions and OSs. It is always safest to backup first.

  • Is It Possible To Change A Visited Link Back To Its Original Color???

    Hi,
    I am trying to figure out if there is a way in Dreamweaver to change a visited link back to the orignal color it was before you visited it?
    Another words, I have some links on the webpage I am creating.  I set the "link colors" to brown.  Then I set them to blue once they become "visited links".  This is indeed exactly what I want my webpage to do.  HOWEVER, when working on my page in Dreamweaver and having to constantly preview it in a browser, I don't want the links to remain blue.  Every time I preview my page in a browser the links are all blue because I have already clicked on them before while previewing them.  I am wondering if there is a way to like refresh the page you are building so that the links go back to the original brown color, so that each time I preview my page the links will be brown and not blue?
    Anyone know if there is a way?
    Thanks.

    Ha, I found out what to do.  It had nothing to do with Dreamweaver.  It was simply my browser remembering I had already previewed that page.  All I did was simply clear my private data out my browser, and voila, the links were back to brown!

  • Visited links don't change color

    Something I've done in the past 48 hours has caused Safari to not change color for visited links (this is still working fine on FireFox). I tried creating another user account and it works fine with that...just not with my account.
    I've done all the typical things...repaired permissions, repaired disk, completely reset Safari to default and made sure all caches, etc. were cleaned out...both manually and with Onyx, reset associated .plist files.....nothing helps.
    The only thing I've added to the machine is WebKit, but I tried uninstalling that as well, cleaning out all its associated files...but that didn't work. Returning to a Google search page still shows all links as blue.
    Any ideas? I really don't want to do a complete reinstall...I just spend a week getting this new MacBook the way I want it and I have a lot of apps on it.
    Thanks!
    Larry

    Thanks, Dimaxum...I've already read this thread, and every other thread about the subject on the internet. I am totally convinced this is a Safari issue because the links have always changed color for me using FireFox...always.
    I'm sure there could be other situations where something else caused this problem and it was apparent on both browsers, but not in my case.
    On my wife's Mac this is not a problem on Safari...it's something in my User folder causing it. For now I've just made FireFox the default browser and I'll keep searching. Or the next time I wipe my hard drive and rebuild everything (I do this every six months or so...old Windows habit that isn't necessary) I'm sure it will work fine then.
    I was at the Apple store yesterday and tried several Macs there...they all worked fine. This is just somethiing on my machine.
    Thanks for your help.
    Larry

  • Visited links don't turn purple?

    Hi, my visited links never turn purple. What's the problem? My Firefox is set to remember history, I don't see why it doesn't work. The only way to make it work is to uncheck "Allowed pages to use their colors instead of the ones selected above" but that makes every site look like crap. Other web browsers had this working, how can I make it work with Firefox without unchecking that option...?

    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!

  • Visited Links - Override all link colors

    Hi,
    I'm using RH8 in WebHelp and IE.  I read all the former postings regarding people having the same problem and some mentioned a fix in a .css but the .css wasn't available with the posting of March 25, 2008.
    My visited link color seems to override all other link colors.  Originally I had the link colors in a style sheet and changed the colors in the .css.  That didn't work and all colors still were the visited link color.  I deleted the link colors from this .css and added the link colors via the RoboHelp Edit Styles.  Either way doesn't seem to work and all link colors are my visited color.  I've tried clearing my cache several times and this doesn't work, neither does deleting the history.
    Can anyone shed some light on this?  Thanks very much for any help you can provide.

    Hi Leon,
    Here is all the code with "a" type styles in the .css.  Again, I also have the links also in the mini-TOC but didn't see a way via the Format Placeholder to change
    this.  Currently, most of my links are showing up as the "visited" color -- grey.  I'm going to revisit this link issue again very soon but have to get a ton of content in now.  I really appreciate your efforts.
    Thanks,
    Sue
    A.expandspot {
    cursor: hand;
    font-style: italic;
    font-size: 10pt;
    font-family: Verdana;
    color: #800000;
    text-decoration: none;
    SPAN.expandtext {
    font-style: italic;
    font-weight: normal;
    color: #ff0000;
    font-family: Verdana;
    font-size: 8pt;
    A.dropspot {
    cursor: hand;
    color: #008000;
    font-style: italic;
    font-size: 10pt;
    text-decoration: none;
    A.glossterm {
    cursor: hand;
    font-size: 10pt;
    font-family: Verdana;
    font-style: italic;
    color: #0000ff;
    text-decoration: none;
    SPAN.glosstext {
    font-style: italic;
    font-weight: normal;
    color: #0000ff;
    font-family: Verdana;
    font-size: 10pt;
    OL,
    UL {
    margin-top: 0px;
    margin-bottom: 0px;
    p.breadcrumbs {
    font-size: 8pt;
    x-on-hover: fontchange(bold=on);
    x-next-class: breadcrumbs;
    x-next-type: p;
    A.breadcrumbs {
    font-size: 10pt;
    A:link {
    font-size: 10pt;
    font-family: Verdana;
    color: #0000ff;
    text-decoration: underline;
    A:visited {
    font-size: 10pt;
    font-family: Verdana;
    color: #808080;
    text-decoration: underline;
    A:hover {
    font-size: 10pt;
    font-family: Verdana;
    color: #0000ff;
    A:active {
    font-size: 10pt;
    font-family: Verdana;
    color: #0000ff;
    text-decoration: underline;
    A.popupspot {
    font-size: 10pt;
    font-family: Verdana;

  • Color of visited links in new web styling

    Hola,
    Thanks to the web crew for all the hard work on the new arch website look.
    Just wanted to suggest that maybe a color for the previously visited links (a:visited I think) could be chosen that wasn't so close to the plain text color.
    Once a link has been visited, it's sort of hard to tell it from plain text.
    Some of us old guys are already going blind from decades of working in front of a monitor in the dark 8-/
    Thanks again for all the hard work!
    android

    Stylish is also available for Chrome/Chromium, and there are ways of using custom stylesheets with most other browsers too.
    Actually for the Arch forums, though, if you click on "Profile" above, then "Display" on the left, there are about 10 different styles for how the forums look which you can choose from. Only the default "ArchLinux" style has the problem mentioned here, though the others have a different issue where all links, whether visited or not, show in more or less the same color. (Though the new post indicator is probably a better guideline anyway.)

  • Problem with refresh issue in Table Overflow Area for LOV in edit mode

    Hi Friends,
    I am facing a problem with LOV if i keep this in Table Overflow area,
    When i select a Employee name from the List of Value clicking on select button it will not refresh the lov to display the currently selected Employee Name, but if i click on show and hide link of Table overflow the selected employee name will be displayed.
    But the if move the same lov item from Table Overflow area to Table layout it works fine.
    I tried my best to look into this but i could not, can any one suggest me what i need to do for this refresh issue.
    Regards,
    Rahul

    Hello Rahul,
    Strange, it's working for me.
    I assume you added Employees as reference entity to your updatable entity in your ViewObject.
    Did you uncheck "Key attribute" in EmployeeId of your reference entity?
    Anything in the log?
    Groeten,
    HJH

Maybe you are looking for

  • Mac Type in swf not showing up on PC browsers

    On some PCs the type in my Flash banners isn't showing up. Does it have anything to do with the platforms being different?

  • Re: Tecra Z40, Win 8.1 - Fingerprint reader malfunction

    PROBLEM DESCRIPTION: My Tecra Z40 arrived with Win 8.1. From the start I could not use the Fingerprint Utility. When accessing the utility nothing would happen for a moment and then the error: 'Could not connect to the fingerprint reader' eventually

  • Html comments problem in 2.2.1

    Have recently updgraded to version 2.2.1 and in the process of verifying the differneces and problems. have noticed the following: have a page template which contains 2 page level item substitutions &PX_ITEM. and &PX_ITEM2. above and below a piece of

  • Problem after downloading..!

    Hi, I have written a JSP program which downloads a file on to the client's machine.When i opened the downloaded file in the Wordpad the text in the file is appears after 3 to 4 lines of space at the beginning of the file.But the original file(on the

  • Composite primary key in adf

    Hi,   Please explain  how can I set a primary key ( with composite key, say fyear(7), voucher_no number(5),voucher_sub_no number(2)) for a new record in ADF  using programming.. Thanks in advance Suresh