Yussi Ariefiyono
Posts tagged Firefox
javascript back button work in IE and FF
Dec 31st
Problem:
Need javascript back button which work in IE and FF
Solution:
<a href=”javascript:void(0);” onclick=”history.back(); return false;”>Back</a>
Yussi Ariefiyono
Dec 31st
Problem:
Need javascript back button which work in IE and FF
Solution:
<a href=”javascript:void(0);” onclick=”history.back(); return false;”>Back</a>