Closed Thread
Results 1 to 3 of 3

Thread: how to refresh a page?

  1. #1
    :-[yc]-: is offline Newbie
    Join Date
    May 2007
    Location
    Singapore
    Posts
    18
    Rep Power
    0

    how to refresh a page?

    hi, I'm using struts and hibernate for a project I'm doing now but i encounter a problem.

    I have created a form for user to input their data. Before that, there is a button to link to that page. But after the user submits the form for the first time, there is no problem. However, when the user clicks to link to the page again, it still contains the data entered by the previous user.

    How do we refresh the page so that it is a blank, new page?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20
    When you say "new page", are you referring to a web page?
    Last edited by John; 05-30-2007 at 01:35 PM.

  4. #3
    Jordan Guest
    If this is for a webpage it would be JavaScript and the code is below:

    HTML Code:
    <a href="javascript:location.reload(true)">Refresh page</a>

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How can I refresh the default browser page?
    By alex1 in forum C and C++
    Replies: 5
    Last Post: 10-27-2011, 07:56 PM
  2. refresh a page from another page?
    By welton122 in forum PHP Development
    Replies: 7
    Last Post: 10-19-2010, 02:35 AM
  3. Refresh a part of a page without using AJAX
    By steph03 in forum HTML Programming
    Replies: 7
    Last Post: 08-31-2009, 07:46 AM
  4. HTML code to refresh page every X seconds...?
    By jashsayani in forum HTML Programming
    Replies: 13
    Last Post: 11-19-2008, 08:57 AM
  5. Page Refresh
    By dirkfirst in forum PHP Development
    Replies: 2
    Last Post: 10-31-2006, 09:46 PM

Tags for this Thread

Bookmarks

Posting Permissions

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