User Profile

Collapse

Profile Sidebar

Collapse
nagaraaj
nagaraaj
Last Activity: Jan 24 '08, 05:59 AM
Joined: Dec 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nagaraaj
    started a topic data base trigger event

    data base trigger event

    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...
    See more | Go to post

  • nagaraaj
    replied to how to refresh the page not manually
    yah working fine thank you
    See more | Go to post

    Leave a comment:


  • nagaraaj
    started a topic how to refresh the page not manually

    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" );...
    See more | Go to post
    Last edited by gits; Dec 26 '07, 11:21 AM. Reason: added code tags
No activity results to display
Show More
Working...