I have 3 pulldown menus that represent a date.
ie: month day year
When the HTML page opens I want the selected values to match what I have stored in a .pm file.
ie:
$stored_year = "2002";
$stored_month = "January";
$stored_month_date = "1";
How do I dynamically write code in a .cgi file for the pulldown menus using the $variables stored.
Thanks, Cal In the begining
Let us first assume that there was nothing to begin with.
ie: month day year
When the HTML page opens I want the selected values to match what I have stored in a .pm file.
ie:
$stored_year = "2002";
$stored_month = "January";
$stored_month_date = "1";
How do I dynamically write code in a .cgi file for the pulldown menus using the $variables stored.
Thanks, Cal In the begining
Let us first assume that there was nothing to begin with.