Oops,
I did not make progress...
Simple question?
Can I make a Main Cat Dropdown that brings up a Sub Cat dropdown in perl?
example:
<FORM ACTION=$ENV{'SCRIPT_NAME'} METHOD=POST>
print "<OPTION value=$key>@mycategory{$key}</OPTION>",
<FORM ACTION=$ENV{'SCRIPT_NAME'} METHOD=POST>
print "<INPUT TYPE='SUBMIT' NAME=action VALUE='go'>",
"</select>",
print "(the subcat, and other form info)
"</select>",
If not, can I call my existing cats & subcats from a JS script?
and how?
Thanks