Associating an ID with a Web Page


Many times, you need to associate an ID with a web page. For example, several users are using the same page to purchase products at the same time. You need to tell which user is using this specific page. Several methods can be used to achieve this function like This slide shows how to use the GET method to associate an ID with a web page (a standalone page is here):


The first page 1.html uses the POST method to receive the user name and the first script 1.pl composes the second page, which uses the GET method to relay the user name to the next page.

1.html
1.pl

The second page is divided into three parts, so the user name can be embedded into the page:

2_1.html
2_2.html
2_3.html
2.pl

The third page is also divided into three parts:

3_1.html
3_2.html
3_3.html
3.pl




      Rome was not built in one day.