Jump to content


Nando Rocker

Member Since 12/02/2007
Offline Last Active 21/02/2007, 19:29
-----

Topics I've Started

Formulário Php

13/02/2007, 08:52

Como faço pra mandar informações depois q clicar em adicionar para listar em uma Textarea ao lado?

Obrigado
Segue exemplo:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<table width="693" height="316" border="0" cellspacing="0">
  <tr>
	<td width="74">Tintas</td>
	<td width="231">
	  <form name="form2" method="post" action="">
		<div align="left">
		  <select name="select">
			<option>Acr&iacute;lica</option>
			<option>&Oacute;leo</option>
		  </select>
		  Qt.
		  <input name="textarea2" type="text" value="" size="6">
		  <input type="submit" name="Submit" value="Adicionar">
</div>
	</form></td>
	<td width="22">&nbsp;</td>
	<td width="358" rowspan="10" valign="top"><form name="form1" method="get" action="">
		<p>
		  <textarea name="textarea" cols="55" rows="15"></textarea>
		</p>
		<p align="right">
		  <input type="submit" name="Submit3" value="Enviar">
		</p>
	</form></td>
  </tr>
  <tr>
	<td>Portas</td>
	<td><form name="form2" method="post" action="">
		<div align="left">
		  <select name="select2">
			<option>madeira</option>
			<option>metal</option>
		  </select>
		  Qt.
		  <input name="textarea22" type="text" value="" size="6">
		  <input type="submit" name="Submit2" value="Adicionar">
		</div>
	</form></td>
	<td>&nbsp;</td>
  </tr>
  <tr>
	<td>Cer&acirc;micas</td>
	<td><form name="form2" method="post" action="">
		<div align="left">
		  <select name="select3">
			<option>30x30</option>
			<option>40x40</option>
		  </select>
		  Qt.
		  <input name="textarea23" type="text" value="" size="6">
		  <input type="submit" name="Submit4" value="Adicionar">
		</div>
	</form></td>
	<td>&nbsp;</td>
  </tr>
  <tr>
	<td>&nbsp;</td>
	<td>&nbsp;</td>
	<td>&nbsp;</td>
  </tr>
  <tr>
	<td>&nbsp;</td>
	<td>&nbsp;</td>
	<td>&nbsp;</td>
  </tr>
  <tr>
	<td>&nbsp;</td>
	<td>&nbsp;</td>
	<td>&nbsp;</td>
  </tr>
  <tr>
	<td>&nbsp;</td>
	<td>&nbsp;</td>
	<td>&nbsp;</td>
  </tr>
  <tr>
	<td>&nbsp;</td>
	<td>&nbsp;</td>
	<td>&nbsp;</td>
  </tr>
  <tr>
	<td>&nbsp;</td>
	<td>&nbsp;</td>
	<td>&nbsp;</td>
  </tr>
  <tr>
	<td>&nbsp;</td>
	<td>&nbsp;</td>
	<td>&nbsp;</td>
  </tr>
</table>
</body>
</html>

IPB Skin By Virteq