Posted By:
John_Black
Posted On:
Tuesday, October 25, 2011 01:17 PM
I want to create a servlet to control the navigation in a website that consists of several HTML pages.
Each page will have various buttons or links that will define some actions to be executed.
The navigation rules I want to be specified in a text file with entries like:
source_pag.html
,
action
,
dest_page.html
Can anyone give me some examples on how to do this ? I tried to find some examples on the internet but nothing that could help me
I am new to all of this