SlideShare ist ein Scribd-Unternehmen logo
1 von 1
Downloaden Sie, um offline zu lesen
D:DocumentosSofteamCoordCursosCURSO_PROGWEBaula3formorder.php         quarta-feira, 4 de fevereiro de 2009 13:22

FORMORDER

<html>
<body>
<form action = quot;processorder.phpquot; method=quot;getquot;>
<table border=0>
<tr>
<td width=150>Item</td>
<td width=15>Quantidade</td>
</tr>
<tr>
<td>Pneus</td>
<td align=quot;centerquot;><input type=quot;textquot; name=quot;tireqtyquot; size=quot;3quot; maxlength=quot;3quot;></td>
</tr>
<tr>
<td>Óleo</td>
<td align=quot;centerquot;><input type=quot;textquot; name=quot;oilqtyquot; size=quot;3quot; maxlength=quot;3quot;></td>
</tr>
<tr>
<td>Spark Plugs</td>
<td align=quot;centerquot;><input type=quot;textquot; name=quot;sparkqtyquot; size=quot;3quot; maxlength=quot;3quot;></td>
</tr>
<tr>
<td colspan=quot;2quot; align=quot;centerquot;><input type=quot;submitquot; value=quot;Submit Orderquot;></td>
</tr>
</table>
</form>
</body>
</html>



PROCESSORDER

<html>
<body>
<h1> Bob's Auto peças </h1>
<h2> Order Results </h2>
</body>
</html>




                                                                      -1-

Weitere ähnliche Inhalte

Andere mochten auch

Aula 1 estruturas de controlo (final)
Aula 1   estruturas de controlo (final)Aula 1   estruturas de controlo (final)
Aula 1 estruturas de controlo (final)
mestradopeci2012
 
Aula 01 - Programação Web - PHP
Aula 01  - Programação Web - PHPAula 01  - Programação Web - PHP
Aula 01 - Programação Web - PHP
Dalton Martins
 
Aula 2 – Introdução a HTML - conceitos básicos e estrutura
Aula 2 – Introdução a HTML - conceitos básicos e estruturaAula 2 – Introdução a HTML - conceitos básicos e estrutura
Aula 2 – Introdução a HTML - conceitos básicos e estrutura
André Constantino da Silva
 

Andere mochten auch (18)

Curso programação web em PHP
Curso programação web em PHPCurso programação web em PHP
Curso programação web em PHP
 
SOCIAL RESPONSIBILITY AND SUSTAINABILITY: A STUDY ON THE PROJECT MANAGEMENT A...
SOCIAL RESPONSIBILITY AND SUSTAINABILITY: A STUDY ON THE PROJECT MANAGEMENT A...SOCIAL RESPONSIBILITY AND SUSTAINABILITY: A STUDY ON THE PROJECT MANAGEMENT A...
SOCIAL RESPONSIBILITY AND SUSTAINABILITY: A STUDY ON THE PROJECT MANAGEMENT A...
 
Aula 1 estruturas de controlo (final)
Aula 1   estruturas de controlo (final)Aula 1   estruturas de controlo (final)
Aula 1 estruturas de controlo (final)
 
Aula 01 - Programação Web - PHP
Aula 01  - Programação Web - PHPAula 01  - Programação Web - PHP
Aula 01 - Programação Web - PHP
 
Engenharia de Usabilidade
Engenharia de UsabilidadeEngenharia de Usabilidade
Engenharia de Usabilidade
 
Estrutura de controle if else
Estrutura de controle if elseEstrutura de controle if else
Estrutura de controle if else
 
Impacto da Governança de TI
Impacto da Governança de TIImpacto da Governança de TI
Impacto da Governança de TI
 
Javascript (parte 2)
Javascript (parte 2)Javascript (parte 2)
Javascript (parte 2)
 
Introdução ao Desenvolvimemto de Jogos com Unity
Introdução ao Desenvolvimemto de Jogos com UnityIntrodução ao Desenvolvimemto de Jogos com Unity
Introdução ao Desenvolvimemto de Jogos com Unity
 
PHP 5.3 - Estruturas de Controle
PHP 5.3 - Estruturas de ControlePHP 5.3 - Estruturas de Controle
PHP 5.3 - Estruturas de Controle
 
Web forms and server side scripting
Web forms and server side scriptingWeb forms and server side scripting
Web forms and server side scripting
 
Logica de Programacao
Logica de ProgramacaoLogica de Programacao
Logica de Programacao
 
Introdução ao Shell Script (versão estendida)
Introdução ao Shell Script (versão estendida)Introdução ao Shell Script (versão estendida)
Introdução ao Shell Script (versão estendida)
 
Dynamic HTML (DHTML)
Dynamic HTML (DHTML)Dynamic HTML (DHTML)
Dynamic HTML (DHTML)
 
Aula 2 – Introdução a HTML - conceitos básicos e estrutura
Aula 2 – Introdução a HTML - conceitos básicos e estruturaAula 2 – Introdução a HTML - conceitos básicos e estrutura
Aula 2 – Introdução a HTML - conceitos básicos e estrutura
 
Curso de html - Introdução ao HTML
Curso de html -  Introdução ao HTMLCurso de html -  Introdução ao HTML
Curso de html - Introdução ao HTML
 
HTML Principios Básicos
HTML Principios BásicosHTML Principios Básicos
HTML Principios Básicos
 
Introdução a php
Introdução a phpIntrodução a php
Introdução a php
 

Mehr von softeam

Progweb Aula8
Progweb Aula8Progweb Aula8
Progweb Aula8
softeam
 
Progweb Aula7
Progweb Aula7Progweb Aula7
Progweb Aula7
softeam
 
Exercicios Php
Exercicios PhpExercicios Php
Exercicios Php
softeam
 

Mehr von softeam (7)

Progweb Aula8
Progweb Aula8Progweb Aula8
Progweb Aula8
 
Progweb Aula7
Progweb Aula7Progweb Aula7
Progweb Aula7
 
Aula5
Aula5Aula5
Aula5
 
Aula4
Aula4Aula4
Aula4
 
Exercicios Php
Exercicios PhpExercicios Php
Exercicios Php
 
Aula3
Aula3Aula3
Aula3
 
Aula1
Aula1Aula1
Aula1
 

Códigos da Aula3

  • 1. D:DocumentosSofteamCoordCursosCURSO_PROGWEBaula3formorder.php quarta-feira, 4 de fevereiro de 2009 13:22 FORMORDER <html> <body> <form action = quot;processorder.phpquot; method=quot;getquot;> <table border=0> <tr> <td width=150>Item</td> <td width=15>Quantidade</td> </tr> <tr> <td>Pneus</td> <td align=quot;centerquot;><input type=quot;textquot; name=quot;tireqtyquot; size=quot;3quot; maxlength=quot;3quot;></td> </tr> <tr> <td>Óleo</td> <td align=quot;centerquot;><input type=quot;textquot; name=quot;oilqtyquot; size=quot;3quot; maxlength=quot;3quot;></td> </tr> <tr> <td>Spark Plugs</td> <td align=quot;centerquot;><input type=quot;textquot; name=quot;sparkqtyquot; size=quot;3quot; maxlength=quot;3quot;></td> </tr> <tr> <td colspan=quot;2quot; align=quot;centerquot;><input type=quot;submitquot; value=quot;Submit Orderquot;></td> </tr> </table> </form> </body> </html> PROCESSORDER <html> <body> <h1> Bob's Auto peças </h1> <h2> Order Results </h2> </body> </html> -1-