GIDForums  

Go Back   GIDForums > Webmaster Forums > Web Design Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 19-Aug-2003, 07:14
blelisa's Avatar
blelisa blelisa is offline
Awaiting Email Confirmation
 
Join Date: Aug 2003
Location: Western New York
Posts: 14
blelisa is on a distinguished road
Question

form in a table cell


I have an existing table , and in one of the cells I need to enter a form where the visitor will enter user name and password. I have everything in the cell but how do I enter the code to tell it where to validate the input?
Thanks
  #2  
Old 19-Aug-2003, 09:14
JdS's Avatar
JdS JdS is offline
Senior Member
 
Join Date: Aug 2001
Location: KUL, Malaysia
Posts: 3,371
JdS will become famous soon enough
Hello blelisa,

Just point it (the form) to the web page (most likely a server-side script) that will process the information.

A really simple example:
HTML Code:
<!-- Let's say this is an excerpt off index.html --> <body> <table> <tr> <td> <!-- and this is the form that sends the info to a script / another webpage --> <form method="post" action="form_processor.php" name="my_very_first_form"> <input /> <input /> <input /> </form> </td> <td>Another cell</td> </tr>

Where form_processor.php is a script / web page. It is also normal to send the form information back to the same page.

If you need detailed help, feel free to post your existing code describing what you intend to do.
 
 

Recent GIDBlog2nd Week of IA Training by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Why doesnt my form work correctly? rhino1616 Web Design Forum 2 06-Nov-2003 17:21
simple form from generated page zuzupus Web Design Forum 0 17-Sep-2003 09:27
validate form skyloon MySQL / PHP Forum 3 15-Jul-2003 09:04
[Tutorial] MySQL Basics nniehoff MySQL / PHP Forum 15 23-Mar-2003 19:42
using a button to change table contents. demtro MySQL / PHP Forum 20 02-Mar-2003 15:07

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 02:23.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.