Hi,
If you go to http://projects.starco msystems.net/golfcenter
then select number of rounds, the page reloads and copies the TeeTime and Day fields according to the number selected for rounds.
Currently its just a for loop which takes the querystring of rounds and copies the two fields. I need to know that how will we parse the copied fields values to the next page?
Currently I tried to simply name the two fields with the loop counting variable which is not be fetched on the next page and gives an error.
can some one please advise.
Regards
Ali
If you go to http://projects.starco msystems.net/golfcenter
then select number of rounds, the page reloads and copies the TeeTime and Day fields according to the number selected for rounds.
Currently its just a for loop which takes the querystring of rounds and copies the two fields. I need to know that how will we parse the copied fields values to the next page?
Currently I tried to simply name the two fields with the loop counting variable which is not be fetched on the next page and gives an error.
can some one please advise.
Regards
Ali
Comment