Posts tagged javascript
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>
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>