<html> <head> </head> <body> <input type="text" id="pag"> <input type="button" value="Ir" onclick="location.href='http://'+document.getElementById('pag').value+'.com'"> </body> </html>