e=下页 onclick="pageNum.value=(pageNum.value-0)+1"> <input name=lastPage type=submit value=尾页 onclick="pageNum.value=pageCount.value" > <input name=pageCount type=hidden datasrc=#ShopList datafld=页数量 onpropertychange="pageCount_onpropertychange(form)"> </div> </form> </body> </html>
-----------------xml.php------------------ <?php //require_once "Source/Global.php"; function getVars($get_vars, $post_vars) {
$i = count($get_vars); $j = count($post_vars); if ($i > 0 && $j > 0 ) { while(list($key, $val) = each($get_vars)) { $Vars[$key] = $val; } while(list($key2, $val2) = each($post_vars)) { $Vars[$key2] = $val2; } } elseif ($i > 0) { while(list($key, $val) = each($get_vars)) { $Vars[$key] = $val; } } elseif ($j > 0) { while(list($key2, $val2) = each($post_vars)) { $Vars[$key2] = $val2; } } else { $Vars = array(); } return $Vars; }
$vars = getVars($HTTP_GET_VARS, $HTTP_POST_VARS);
//class shoplist_res extends iGlobal{ class shoplist_res{ function shoplist_res($vars,$cookie){ //$this->iGlobal($vars,$cookie); $thi 上一页 [1] [2] [3] [4] [5] [6] [7] 下一页 |