I am embarrassed...
I need to set a cookie based on these form elements:
Dynamic Combo Box
Regular Text Box
Hidden Text Box
When the cookies are set, I need to pass them on to the next page and then populate fields
Real Life Example of what I am trying to do:
I have a wrestling stats page...
I want the user to select the following:
Form_Name: frmMatchEntry
Date of the Match (txtMatchDate [with a DateTimePicker])
Home Team (cboHomeTeam [with a Dynamic Combo Box])
Visiting Team (cboVisitingTeam [with aDynamic Combo Box also])
The User then will be directed to a page for each weigh class where they will select the home team wrestler and the visiting team wrestler.. then enter the results of the match.
The Problem:
When they press submit, the values need to pass on to the next page and subsequently on to 18 weigh classes total.
I have not been able to do this correctly.
The goal is to not make the user fill out the same info over and over again.
While I am at it, I want to display on the subsequent form pages the captured results for the match so far using the date and home team to get the records back out.
Background on my experience level:
I can do this easily in MS Access using VB (already have a functioning MSAccess Version). I have had classes in web development using PHP a year or two ago.
I am totally lost and although I have printed examples, I just can't get it to work. I am a purist when it comes to doing it by hand, but time and pressure have me doing this in DreamWeaver MX and using what functions they offer. If there is automatated ways of doing this there, it also escapes me.
Thanks for your help.
I need to set a cookie based on these form elements:
Dynamic Combo Box
Regular Text Box
Hidden Text Box
When the cookies are set, I need to pass them on to the next page and then populate fields
Real Life Example of what I am trying to do:

I have a wrestling stats page...
I want the user to select the following:
Form_Name: frmMatchEntry
Date of the Match (txtMatchDate [with a DateTimePicker])
Home Team (cboHomeTeam [with a Dynamic Combo Box])
Visiting Team (cboVisitingTeam [with aDynamic Combo Box also])
The User then will be directed to a page for each weigh class where they will select the home team wrestler and the visiting team wrestler.. then enter the results of the match.
The Problem:
When they press submit, the values need to pass on to the next page and subsequently on to 18 weigh classes total.
I have not been able to do this correctly.
The goal is to not make the user fill out the same info over and over again.
While I am at it, I want to display on the subsequent form pages the captured results for the match so far using the date and home team to get the records back out.
Background on my experience level:
I can do this easily in MS Access using VB (already have a functioning MSAccess Version). I have had classes in web development using PHP a year or two ago.
I am totally lost and although I have printed examples, I just can't get it to work. I am a purist when it comes to doing it by hand, but time and pressure have me doing this in DreamWeaver MX and using what functions they offer. If there is automatated ways of doing this there, it also escapes me.
Thanks for your help.