Hello,
I've created a button for writing my datas to an excel docutment. Whe I clicked to button it works and i get the all datas from my server. But I want to get datas which I found by search form. I think i have to send search url to server, like that:
http://localhost/aquadata/balik_hareket.php?q=1&page=1&rows=50&sidx=id&sord=desc&nd=1220855161500&_search=true&searchField=id&searchOper=bw&searchString=12 (I see that in firebug window)
Is it true way?:
http://localhost/aquadata/balik_hareket.php?q=1&page=$page&rows=$rows&sidx=$id&sord=$sord….
If it's true way what is “nd” parameter?
Currently I'm using top.location method… Is there any way to send search url to send server? Thanks.
King Regards
Ibrahim.
jQuery(document).ready(function(){
function pickdates(id){
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top