A
alec
If anybody could consider this problem, please.
Two pages of website.
Page 1 name: selection.htm
There is a table, each row (record) consists of product name, description;
last column is a hyperlink. When customer clicks this hyperlink, product
name, description and price (from that specific row) are being transferred to
Page 2
Page 2 name: order.asp
This is actually a Form, customer fills his personal information (product
information already came from Page 1). Then information is posted to database.
My question: what is the code that allows transfer of data of all fields of
a specific record in a table on one page to specific location of another
page? And as I said earlier I would like to use Hyperlinks, not a Button to
transfer.
Thank you.
Two pages of website.
Page 1 name: selection.htm
There is a table, each row (record) consists of product name, description;
last column is a hyperlink. When customer clicks this hyperlink, product
name, description and price (from that specific row) are being transferred to
Page 2
Page 2 name: order.asp
This is actually a Form, customer fills his personal information (product
information already came from Page 1). Then information is posted to database.
My question: what is the code that allows transfer of data of all fields of
a specific record in a table on one page to specific location of another
page? And as I said earlier I would like to use Hyperlinks, not a Button to
transfer.
Thank you.