Forums
This topic is locked
Pls hlp Almost home free d:
Posted 14 Jun 2002 07:42:20
1
has voted
14 Jun 2002 07:42:20 Christian Volcko posted:
Hello,Ok here I go,
I just went through the tut on Creating client-side dynamic dependent list boxes at:
www.macromedia.com/support/ultradev/ts/documents/client_dynamic_listbox.htm
Everything Works sweet.
Now what I am trying to do is submit that form to a page (confirm.asp) which has the insert record
behavior but allows for changes to be made before submitting to a database
This is based on this tut:
www.udnewbie.com/AdvancedTutorials/confirm_insert/index.cfm
The issue I have is that the text field that I am using with this value:
Request.Form("sellist1"
It displays the value of the selected field in selllist 1 of the posting page
What I need it to do is pass the label of the posting page to this box
The code for dropdown one does not allow (to the best of my meager knowledge) for me to make the label and
value the same because this is how the 2nd dynamic dropdown is populated.
My main question is this how can I make the textbox on the confirm page initial value display the label of
the slected choice of the dropdown on the form page.
Or is there a better way to make a confirmation page?
I am almost there!
Please help!
Thanks,
Christian
Replies
Replied 14 Jun 2002 07:55:29
14 Jun 2002 07:55:29 Christian Volcko replied:
Also should have said that I am using asp/vbscript
Thanks ,
Christian
Thanks ,
Christian