Ver Mensaje Individual
  #5 (permalink)  
Antiguo 17/01/2010, 18:39
P3n3
 
Fecha de Ingreso: mayo-2008
Mensajes: 22
Antigüedad: 16 años
Puntos: 0
Respuesta: Añadir noticias directamente a un digg

Este es el code del formulario:

<br />
<h4>Nueva noticia</h4>
<form action="/submit.php" method="post" id="thisform">
<fieldset>
<p><label for="url">Url unica por noticia enviada:</label></p>
<input type="text" name="url" id="url" value="http://" size="55" />

<input type="hidden" name="phase" value=1>
<input type="hidden" name="randkey" value="6415603">

<input type="hidden" name="id" value="c_1">
<input type="submit" value="Continuar" class="submit-s" />
</fieldset>
</form>
<br />