User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP section within the Web Development category of DaniWeb, a massive community of 375,245 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,250 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP advertiser: Lunarpages ASP Web Hosting

radio button ASP question??

Join Date: Jun 2005
Location: Denmark, EU
Posts: 102
Reputation: madmital is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 3
madmital madmital is offline Offline
Junior Poster

Re: radio button ASP question??

  #2  
Aug 11th, 2005
You wanna use this form action
<!--<form method="post" action="processform.asp">  -->

instead of this
<form method="post" action="C:\Documents and Settings\Administrator.ARC00WN82534000\Desktop\eLMS FORM1\eLMS feedback form\eLMS_feedback_form_process.html">

I'm not sure excatly what you're trying to do, but if you want to loop through the radio buttons it should be like this:
theCount = Request.Form.Count
For i = 1 to theCount-1
Response.Write("<b>"& i & " - " & Request.Form(i) & "</b><br>")
Next 



But itsn't want you're trying to do really smth like:
html code:

<input type="radio" name = "reason" value = "unable"> Unable to login to eLMS<br>
<input type="radio" name = "reason" value = "Unable to connect to eMLS login page">Unable to connect to eMLS login page<br>
<input type="radio" name = "reason" value = "Password reset request">Password reset request<br>
<input type="radio" name = "reason" value = "Unable to launch course">Unable to launch course<br>
<input type="radio" name = "reason" value = "Course progress is not being saved">Course progress is not being saved<br>
<input type="radio" name = "reason" value = "Unable to print report or completion certificate">Unable to print report or completion certificate<br>
<input type="radio" name = "reason" value = "Received e-mail message concerning Learning Expiration Notification">Received e-mail message concerning Learning Expiration Notification<br>
<input type="radio" name = "reason" value = "Other">Other<br>


"....and so on"

asp code:
<b>  Reason for contacting:</b> <%=Request.Form("reason")%> <br><br>
<b>  Response Time:</b> <%=Request.Form("response")%> <br><br>
<b>  Issue Resolved:</b> <%=Request.Form("resolved")%> <br><br>

"....and so on"
Reply With Quote  
All times are GMT -4. The time now is 4:38 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC