<html> <head> </head> <body> <input id="i" /> <button id="b">push</button> <script> b.onclick=function(){location="http://yourdomain/"+i.value+".html"} </script> </body> </html>