Samurai Legend Posted April 2, 2014 Posted April 2, 2014 Okay, I use this <a onclick='window.history.go(-1);'> to go back to the previous page you were on before. How ever the cursor does not show? Anyways to trick it to make it show? I tried everything that I could. How ever I failed. If anyone can help that would be great! Quote
Samurai Legend Posted April 2, 2014 Author Posted April 2, 2014 No worries, just got it fixed. Haha a bit of researching. Fix - <a onclick='window.history.go(-1);' style='cursor: pointer;'> Quote
HazardBoy Posted April 3, 2014 Posted April 3, 2014 adding href="#" has the same effect <a onclick="window.history.go(-1); return false" href="#"> Quote
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.