T
tg
Relatively new to FrontPage and can't seem to figure this out a couple of
issues...
1st issue:
- I have a single page with multiple forms. (these forms are named
"form1", "form2", etc.)
- each form contain list boxes, radio buttons, text boxes etc.
- I want the "submit" form to gather the current data and list box
selections within each of the other forms.
- question - how do I reference each item contained in each form, from
the "submit" form?
- I have attempted the following within the advanced hidden fields in
the "submit" form properties, with no success
<%=auto_type%>
<%=form1.auto_type%>
<%=Request("auto_type")%>
<%=Request("form1.auto_type")%>
The second issue:
- I have a list box containing an unknown number of items that may change
frequently
- I want to allow the user to specify text and have that item appear as the
first or highlight text item in a list box when another page is presented to
a user
- So I will know the text item but will not know where it is within the list
_ the text will always be in the list somewhere.
Here is a quick example:
- user selects "tree"
- on a second page a list contains 7 items - house, flower, driveway, tree,
plant, street, bush, bottom
another user may select "top"
- on second page a list may contain 10 items - bush, tray, auto, maple,
truck, motorcycle, shrub, tree, top, bottom
How do the proper text selected each time?
Thanks in advance for any help folks!!
issues...
1st issue:
- I have a single page with multiple forms. (these forms are named
"form1", "form2", etc.)
- each form contain list boxes, radio buttons, text boxes etc.
- I want the "submit" form to gather the current data and list box
selections within each of the other forms.
- question - how do I reference each item contained in each form, from
the "submit" form?
- I have attempted the following within the advanced hidden fields in
the "submit" form properties, with no success
<%=auto_type%>
<%=form1.auto_type%>
<%=Request("auto_type")%>
<%=Request("form1.auto_type")%>
The second issue:
- I have a list box containing an unknown number of items that may change
frequently
- I want to allow the user to specify text and have that item appear as the
first or highlight text item in a list box when another page is presented to
a user
- So I will know the text item but will not know where it is within the list
_ the text will always be in the list somewhere.
Here is a quick example:
- user selects "tree"
- on a second page a list contains 7 items - house, flower, driveway, tree,
plant, street, bush, bottom
another user may select "top"
- on second page a list may contain 10 items - bush, tray, auto, maple,
truck, motorcycle, shrub, tree, top, bottom
How do the proper text selected each time?
Thanks in advance for any help folks!!