![]() |
Alexey admin 6/28/2006 |
Adam, <script language="JavaScript">WritePagination(<?php echo $mypage;?>,<?php echo $maxpages;?>);</script>
<?php // Pagination: Control Variables $iNumberOfRows =0; $maxRecords = 0; $maxpages = 0; if (!$mypage) $mypage=1; if((integer)$mypage<1) $mypage=1; ?> |
O
|
osluk 6/28/2006 |
Alexa too high up and it doesnt show up <OPTION value=500 <?php if($PageSize==500) echo " selected";?>>500 <OPTION value=750 <?php if($PageSize==750) echo " selected";?>>750 </select> <?php } ?> <script language="JavaScript">WritePagination(<?php echo $mypage;?>,<?php echo $maxpages;?>);</script> <!--START--> <script language="JavaScript">DisplayHeader();</script>
|
O
|
osluk 6/28/2006 |
OK bad idea there as it is not always visible!
|
|
adamdidthis author 6/28/2006 |
OK bad idea there as it is not always visible! Not sure when the header boxes are 3 deep. So can it safely go in the space shown below?
|
O
|
osluk 6/28/2006 |
Can you post 2 lines above and below so we can document it for new projects. |
|
adamdidthis author 7/3/2006 |
few more lines than you asked for but here you go: <input type=text size=20 name=SearchFor value="<?php if(@$_SESSION[$strTableName."_search"]==1 && @$_SESSION[$strTableName."_searchfor"]!="") echo htmlspecialchars(@$_SESSION[$strTableName."_searchfor"]);?>"> |
O
|
osluk 7/6/2006 |
Thanks more is easier to see the relevant bit |