hi guys
i have mysqldatabase backend and jsp is frontend in my project.
i have insert the large amount of data continuously for every second.i need to show that data into jsp pages?
what the problem is without refreshing the jsp pages?
whith out sending any request to database ?
automatically update when ever the data is loaded in database automatically
in front end that...
User Profile
Collapse
-
data base trigger event
-
yah working fine thank you -
how to refresh the page not manually
hi guys
i write a code to automatic refresh using ajax
but not working fine.
[HTML]<html>
<head>
<script type="text/javascript">
function Ajax(){
var xmlHttp;
var res;
try{
xmlHttp=new XMLHttpRequest( );// Firefox, Opera 8.0+, Safari
}
catch (e){
try{
xmlHttp=new ActiveXObject(" Msxml2.XMLHTTP" );...
No activity results to display
Show More
Leave a comment: