Va una soga, aunque por tu avatar creo que ya tenés una:
En javascript sería así:
Código PHP:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
</head>
<body>
<form action="" method="get">
<input name="campo" type="text" />
<input name="" type="button" onclick="campo.value=7" value="agregar 7" />
</form>
</body>
</html>
En visual, consultá en el foro que corresponda a ese lenguaje.