style=text-decoration:none target='_blank' function sf(){document.frm.uid.focus();} in body.. onload=sf() © for © ® for ® function getList(type,limit) { document.location="account_maint.php?type="+type+"&limit="+limit; } /********************************************* toggle ASC/DESC for column/record ordering *********************************************/ if($order == 'ASC'){ $nextorder = 'DESC'; }else{ $nextorder = 'ASC'; }
id
all
value='10'>10
value='50'>50
value='100'>100
Back
// back button if (isset($_SERVER['HTTP_REFERER'])){ echo "
[back]
"; }else{ echo "
[back]
"; } to make button look like button, use css (vstaff id="btnx") // hover over text color change
Redisplay top of screen with javascript: Create a javascript function function showamt() { var x1=document.getElementById('amt1').value; var x2=document.getElementById('amt2').value; var x3=document.getElementById('amt3').value; var x4=document.getElementById('amt4').value; var x5=document.getElementById('amt5').value; document.getElementById('ha').innerHTML=x1; document.getElementById('hb').innerHTML=x2; document.getElementById('hc').innerHTML=x3; document.getElementById('hd').innerHTML=x4; document.getElementById('he').innerHTML=x5; } Where you want displayed
Call at he end of the script