<html> <head> <script type="text/javascript"> function reload() { window.location.reload() } </script> </head> <body> <input type="button" value="Yenile maykıl" onclick="reload()"> </body> </html>