tracktor Posted May 30, 2008 Share Posted May 30, 2008 <select name="navegar" onchange="location.href=this.value"> <option value="no">Pages</option> <option value="no">------------------</option> {assign var="paginacion" value=1} {section name=paginacion loop=$totalpages} <option value="clientarea.php?action=domains&page={$paginacion}">{$paginacion}</option> {assign var="paginacion" value=$paginacion+1} {/section} </select> change "clientarea.php?action=domains" if you used in hosting, products... 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.