<html> <head> <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> <script type="text/javascript"> $(document).ready(function() { $(':button').click(function() { location.reload(); }); }); </script> </head> <body> <input type="button" value="Atualizar" /> </body> </html>
Related posts:

