Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by auger

  1. auger

    Return Radio and Selectbox variable value to form field

    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...
  2. auger

    Return Radio and Selectbox variable value to form field

    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...
  3. auger

    Collect form data...send to text field on same asp

    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...
  4. auger

    Collect form data...send to text field on same asp

    Thanks, how would one reference a textarea, text field or a radio field on the same page? That's what I have a problem with...
  5. auger

    Collect form data...send to text field on same asp

    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...
  6. auger

    Form data to db with validation

    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...
  7. auger

    Form data to db with validation

    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=&quot;frmMyForm&quot; method=&quot;post&quot; action=&quot;action.asp&quot;> 'selects & radio groups snipped here... <input type=&quot;submit&quot...
  8. auger

    Combo Values to DB via ASP

    Oh m'God. Had the wrong form element names for the objects. Doh! Thanks for your help...made me look again! What's that crocodile guy say? Crikey! =)
  9. auger

    Combo Values to DB via ASP

    Uh huh, Field1ID = Request.Form(&quot;selectOptions1&quot;) Field2ID = Request.Form(&quot;RadioSet1&quot;) Haven't tried your syntax: request(&quot;selectOptions1&quot;) Think it'll make a diff?
  10. auger

    Combo Values to DB via ASP

    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=&quot;selectOptions1&quot;> <option value=&quot;1&quot;>Option1</option> <option value=&quot;2&quot;>Option2</option>...
  11. auger

    Front End - Back End problem

    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...
  12. auger

    Power User Guides?

    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
  13. auger

    ASP in a LAN environment

    Thanks guys.
  14. auger

    ASP in a LAN environment

    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...
  15. auger

    Reformat boot partition 2000/98

    Can anyone help?

Part and Inventory Search

Back
Top