puedes hacer esto:
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <meta http-equiv="refresh" content="0;url=http://www.mipagina.com/login2/3.php"/> <meta name="robots" content="noindex, nofollow" /> <meta http-equiv="window-target" content="_top"> <!-- Copyright 2005 Macromedia, Inc. All rights reserved. -->
<body onload="document.getElementById('form1').submit()"> <form id="form1" name="form1" method="post" action="prueba.php" onsubmit="validar()"> <table width="31%" border="1" align="center" cellpadding="5" cellspacing="0" bordercolor="#C0CEE0"> <td width="21%">usuario
</td> <td width="79%"><div align="center"> <input name="usu" type="text" id="usu" value="<?php echo $usuario ?>" />
<input name="pas" type="password" id="pas" value="<?php echo $pass ?>" />
<td colspan="2"><div align="center"> <input type="submit" name="Submit" value="enviar" />
El input hidden vendría desde la pagina que vas a llamar a 1.html, aunque pensándolo mejor podrías manejarlo usando variables de session, de esta manera seria más seguro. Aunque ya has dicho que poco de PHP.