You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.3 KiB
26 lines
1.3 KiB
<?php
|
|
error_reporting(0);
|
|
$classid=(int)$_GET['classid'];
|
|
$tempid=(int)$_GET['tempid'];
|
|
?>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<body>
|
|
<form id="gotosearch" name="gotosearch" method="post" action="../../e/search/index.php">
|
|
<input type="hidden" name="show" value="<?=htmlspecialchars($_GET['show'])?>">
|
|
<input type="hidden" name="classid" value="<?=$classid?>">
|
|
<input type="hidden" name="tbname" value="<?=htmlspecialchars($_GET['tbname'])?>">
|
|
<input type="hidden" name="tempid" value="<?=$tempid?>">
|
|
<input type="hidden" name="starttime" value="<?=htmlspecialchars($_GET['starttime'])?>">
|
|
<input type="hidden" name="endtime" value="<?=htmlspecialchars($_GET['endtime'])?>">
|
|
<input type="hidden" name="startprice" value="<?=htmlspecialchars($_GET['startprice'])?>">
|
|
<input type="hidden" name="endprice" value="<?=htmlspecialchars($_GET['endprice'])?>">
|
|
<input type="hidden" name="orderby" value="<?=htmlspecialchars($_GET['orderby'])?>">
|
|
<input type="hidden" name="myorder" value="<?=htmlspecialchars($_GET['myorder'])?>">
|
|
<input type="hidden" name="keyboard" value="<?=htmlspecialchars($_GET['keyboard'])?>">
|
|
<input type="hidden" name="allsame" value="<?=htmlspecialchars($_GET['allsame'])?>">
|
|
<input type="hidden" name="getvar" value="1">
|
|
</form>
|
|
<script>
|
|
document.getElementById('gotosearch').submit();
|
|
</script>
|
|
</body>
|