Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: question Regarding visited pages

  1. #1
    Junior Member
    Join Date
    Mar 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question question Regarding visited pages

    Hello All,

    This is my first Thread on to this forum. I am lookin for a answer of the following query:

    I want My webpage links should revert back to the unvisited color whenever the page is refreshed.

    Howz is it possible? Could anyone help me out in this

    Thanks ,
    Nitu


  2. #2
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: question Regarding visited pages

    Hello NituKhanna,

    Is this a Java question? I have a feeling it's JavaScript related and these are two different languages.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  3. #3
    Junior Member
    Join Date
    Mar 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: question Regarding visited pages

    Thanks,

    My application is in JSP and Servlets.Currently what is happening : My visited links doesn't return back to the unvisited color when I refresh the page. Visited class is written in CSS. and I am using IE8.

    I just want that when I refresh the page all the visited links should get back to the unvisited ones.

    As,I've no idea how to do it , i just started this thread.

Similar Threads

  1. loading jsp pages in different browsers
    By sridevi karampudi in forum JavaServer Pages: JSP & JSTL
    Replies: 3
    Last Post: February 6th, 2013, 12:44 AM
  2. I don’t want my pages to be shown in the history at all.
    By jaisingh in forum JavaServer Pages: JSP & JSTL
    Replies: 0
    Last Post: November 17th, 2010, 05:13 AM
  3. changing the visited links color in JEditorpane
    By nasi in forum AWT / Java Swing
    Replies: 5
    Last Post: April 18th, 2010, 08:44 AM
  4. How to Hyper-link pages together in Java?
    By don.java1 in forum Java Applets
    Replies: 5
    Last Post: July 21st, 2008, 05:09 AM