• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

How to refresh html page?(urgent)

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi folks,
I am using HTML, servlets(JRun) and MSAcess.
I have a list of records shown through HTML page.
I deleted one record from the list through the same page.
Now I expect my HTML page to display the updated list.
What I could find is the page viewed after deleting the record is not the updated one instead I am getting the old list?
How can I refresh my data in html page?

Thankx in advance.
rama raju.
 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi rama,
Please explain the problem in details.
I can't understand...
If you want to refresh your html page,you just click "refresh"
button in your browser(IE),"reload" button in your netscape broser.
Prabu
------------------
 
Rama Raju
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Prabu,
Trhough servlet I am querying records from database. On the click of Delete button in Browser, I am deleting a record through servlet and opening fresh page to show the updated data.
What I found is, I am getting the old data.
I want the data to be refreshed automatically and not by calling refresh from browser.
I came to know that, it is something to do with Referers.
Any Idea Please.
Thankx in advance.
rama raju.
 
Uthirapathi Prabu
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can you write your source code or send your source code....
it lets me to understand easily.
Prabu

------------------
 
What do you have to say for yourself? Hmmm? Anything? And you call yourself a tiny ad.
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic