The way to handle that in AJAX is to write an AJAX query to the server to fetch the updated user data and display it for your superuser; then use the javascript setInterval function to call the AJAX query every X milliseconds.
On Monday, January 28, 2013 5:23:56 AM UTC-5, Chrystopher Medina wrote: > > my friend how can i do this: > > i want to send this values to the server: > > place: type text > date: type text > imagen: type file > > and im gonna be an user . > > and a superuser have to watch this values in his superuser interface. u > know . > > i just want that when i send this values , > immediately the superuser can view these values without reloading the page > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
