Yes, I'm using Jquery.
Like
tvnVideoApp.sendRequest = function(page) {
$.ajax({
type: "POST",
timeout:3000,
url: sBasePath + '/admin/video/listxhr' ,
cache: false,
dataType: 'html',
data: {'page':page} ,
success: function(data){
$("#dataWrapper tbody").html(data);
alert(data);
},
error:function(xhr, str, er){
alert('error');
return;
}
});
}
Thanks for the quick reply :)
--
View this message in context:
http://zend-framework-community.634137.n4.nabble.com/Session-Db-trouble-with-ajax-request-tp2073591p2073605.html
Sent from the Zend Framework mailing list archive at Nabble.com.
- [fw-general] Session Db trouble with ajax request without ev... whisher
- Re: [fw-general] Session Db trouble with ajax request w... Hector Virgen
- [fw-general] Re: Session Db trouble with ajax reque... whisher
- Re: [fw-general] Re: Session Db trouble with aj... Hector Virgen
- [fw-general] Re: Session Db trouble with aj... whisher
- [fw-general] Re: Session Db trouble wi... whisher
- Re: [fw-general] Re: Session Db tr... Hector Virgen
- [fw-general] Re: Session Db tr... whisher
- Re: [fw-general] Re: Session D... Hector Virgen
- [fw-general] Re: Session Db tr... whisher
- Re: [fw-general] Re: Session D... Hector Virgen
- Re: [fw-general] Re: Session D... scs
