0

I need to automatically refresh a div in JSP (call database).

My database is updated every second (GPS data).

Yasei No Umi
  • 1,574
  • 9
  • 23

1 Answers1

0

You can either refresh the whole page (See Refresh a page using javascript or html) or, better, use Ajax call to the server and just update the needed div.

Community
  • 1
  • 1
Yasei No Umi
  • 1,574
  • 9
  • 23