![]() |
| ||
| radio button ASP question?? Below is my source code for a questionnaire I created using HTML and ASP. It contains radio buttons for the selections. I coded it using ASP and HTML. However, when I click the submit button the selections made by user are not displayed on the screen. What am I missing? HTML code:: end of HTML code. ASP code::
end of ASP code:: |
| ||
| Re: radio button ASP question?? 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 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> asp code: <b> Reason for contacting:</b> <%=Request.Form("reason")%> <br><br> |
| ||
| Re: radio button ASP question?? I tried that but it still does not display the infomation selected by the user(s). I also switched it to processform.asp but still same results, No display. |
| ||
| Re: radio button ASP question?? 1 Attachment(s) OK...check out the attached file. I've edited it to do what I think you need it to do (?). It works for me on IIS. |
| ||
| Re: radio button ASP question?? I will try it and let you know what happens. Thanks |
| ||
| Re: radio button ASP question?? So Madmittal, When you click Submit button does the next page display the radio buttons statements that were selected and the comments that were keyed in. |
| ||
| Re: radio button ASP question?? Yes. Something like: Quote:
You get smth else? |
| ||
| Re: radio button ASP question?? Yes I am only getting the header display. No radio value buttons displayed. I am going to check and make sure my computer is running on IIS but I thought I followed the directions pretty well. Exactly what are those single quote parenthesis ( ' )on the left side of the code for? |
| ||
| Re: radio button ASP question?? Good idea...if you don't get an output like above smth is wrong. The (') in front of a line means that the line is not executed. It's the equivilant of (//) in JavaScript.... |
| ||
| Re: radio button ASP question?? Well someone stated that it must run on a server. I thought I setup my desktop with IIS configurations. The steps I used to install IIS are as follows: 1. Open control panel 2. Go to add/remove programs then go to add window components 3. Highlight Internet Information Services 4. Click details then check every box in window. 5. Click next then follow instructions and insert disk of Windows XP when asked. Is this correct or am I missing something? |
| All times are GMT -4. The time now is 11:44 pm. |
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC