Polgi-Wan
Aug 29th, 2002, 09:18 PM
Hi every0ne,
I am new to CGI/Perl and I am trying out a Post method. Here is my problem...
I have written a form processor which looks like this : (as you know, this is a form action)
Device No: <input type="text" name="XpressArray_Device_No">
Lot ID: <input type="text" name="Lot_ID">
Datecode: <input type="text" name="Datecode">
Stage: <input type="text" name="Stage">
Good: <input type="text" name="Good">
O/S: <input type="text" name="Opens_Shorts">
FCT: <input type="text" name="FCT">
DCT: <input type="text" name="DCT">
BL: <input type="text" name="Bent_Leads">
Quantity In: <input type="text" name="Quantity_In">
Quantity Out: <input type="text" name="Quantity_Out">
The problem is, when the Submit button is clicked, the order of the data appears like below. Can we make the output data appear in the same order as how it is presented in html??
Bent_Leads =
Stage =
Quantity_In =
Quantity_Out =
Opens_Shorts =
Datecode =
Good =
Lot_ID =
DCT =
FCT =
XpressArray_Device_No =
I shall appreaciate the response! : )
THANKS!
I am new to CGI/Perl and I am trying out a Post method. Here is my problem...
I have written a form processor which looks like this : (as you know, this is a form action)
Device No: <input type="text" name="XpressArray_Device_No">
Lot ID: <input type="text" name="Lot_ID">
Datecode: <input type="text" name="Datecode">
Stage: <input type="text" name="Stage">
Good: <input type="text" name="Good">
O/S: <input type="text" name="Opens_Shorts">
FCT: <input type="text" name="FCT">
DCT: <input type="text" name="DCT">
BL: <input type="text" name="Bent_Leads">
Quantity In: <input type="text" name="Quantity_In">
Quantity Out: <input type="text" name="Quantity_Out">
The problem is, when the Submit button is clicked, the order of the data appears like below. Can we make the output data appear in the same order as how it is presented in html??
Bent_Leads =
Stage =
Quantity_In =
Quantity_Out =
Opens_Shorts =
Datecode =
Good =
Lot_ID =
DCT =
FCT =
XpressArray_Device_No =
I shall appreaciate the response! : )
THANKS!