What proportion of mobile phone users can access the web through it?

ASP Forms with an POST to Access database?

  • I'm creating an asp web form to retrieve information from a access database. I need help generating the code for the steps below: Im new to this so any help would be great! 1. choose an agency (users can choose more than one) 2. Choose from address, address+phone, address+phone+email, or address+phone+email+website 3. Choose state 4: Generate results on page.

  • Answer:

    Since it would take some typing.. you are better off just going here to learn about ASP. Having the code made for you won't help much becaus you won't understand it. 1. <select name="agencies"><option>agency1</option>… 2. sql="Select * from table" 3. Same as 1 just states 4. result=request.querystring("agencies") response.write(result) Just some quick references for you. Check the link below for some pre-made examples. http://www.w3schools.com/asp

China Doll at Yahoo! Answers Visit the source

Was this solution helpful to you?

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.