|
<script>
var flname;
function showexcel(){
var stoexcel="T";
var pgnum=1;
var str="servlet_prefix/auto/list//pagingAction?search__id=search__id&paging__node=1&page__number="+pgnum+"&order__by__1=.__listCtl.orderBy}&stoexcel=T&flname="+flname;
window.location.href=str;
}
|