Thanks guys. Both good responses but I'm still not quite getting the results I'm looking for.
If user selects either of the radios, I'd like the form to show the user's choice after the form has been submitted.
If I use the latter code, the radio set resets itself after submit. If user...
Hello.
I have an html form that I am trying to post to itself. (Objective is to retain the values a user enters in the form fields after clicking submit in case changes are required to only a few fields after initial form completion.)
My text boxes and text areas work fine. I can have the...
Thanks Chris. Worked great. Just needed to make sure my variables were declared first. Been awhile since I've done this kind of thing. Your star is in the mail.
Here's an appropriate Adams quote for ya:
<i>I may not have gone where I intended to go, but I think I have ended up where I needed...
I know how to send a colleciton of form elements to a new asp page using response.write. What I would like to do is send a collection of form data (checks, radios and text fields) to a textarea on the same asp page. To help you visualize, think of a form with a bunch of txt fields & radios etc...
Thanks mwolf00.
I played with that code & was unable to get the wrinkles out. I couldn't validate and post. I'm not very good at this as you are likely well aware. Ha ha. Anyway, I know the code I had for validation was lengthy but it worked and I was so close to having this form do everything...
I have a form with a vb validation script. I'm close but it's still not quite running as I want. Details are as follows:
<form name="frmMyForm" method="post" action="action.asp">
'selects & radio groups snipped here...
<input type="submit"...
I'm trying to take values from combo boxes and radio buttons on a single web form and pass them to my db.
Combos are set up thusly:
<select name="selectOptions1">
<option value="1">Option1</option>
<option value="2">Option2</option>...
Apparently I forgot something important re: splitting DBs into backend/frontend apps. I split a small db into a backend and a design master, and have replicated the design master to a couple of client machines. The clients seem to be writing to the design master and not the back end. Argh. Any...
Looking for resources on how to fully tap potential of Attachmate 6.4 at user level. Does anyone know of sites detailing user level macro programming etc?
Thanks
I've made some ASP pages for the web and everything is coming along well. I will be launching some ASP apps on our network at work very soon. I'm wondering about connection strings for ASP and MS Access DBs in a multi server intranet environment. I don't have access to the server settings.
I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.