Copy-paste Script berikut :
<script type="text/javascript">
function goBack()
{
window.history.back()
}
</script>
Copy-paste HTML berikut :
<input type="button" value="Back" onclick="goBack()" />
Jadinya :
Atau tampilan berbentuk biasa :
<span style="cursor:pointer;color:yellow;" onclick="goBack()">Back</span>
Jadinya :Back
Alhamdulillah
0 comments:
Posting Komentar