Form Redirect On Submit Based On Radio Button Selection.
I need to have my ASP form "post" action=? pass to a different confirmation page based on a radio button selection on the form, after submit.
Depending on which radio button they click on, they will receive the same confirmation but then be redirected to a selection specific page, based on the radio button selection. I'm assuming I need to create several different action pages, each with a different redirect, then have the radio button determine which action page the form is directed to based on the radio button selection.
I've tried several different options, such as creating a variable on the form, sDirectionVar, with redirect conditions, but I don't know how to call that on submit? I'm not sure I'm even going in the right direction.
View Replies
ADVERTISEMENT
I writing an asp application that uses three listboxes. the first one lists departments ids the second list box populates either users or supervisors based on which button is pressed ( users button and supervisors button).
If a user is selected from the list the submit button redirects to page1.asp. if a supervisor is selected the same submit button redirects to page2.asp My question is how can I submit the form without using more than one submit button.
View Replies
View Related
I have this code the value thats stored in table is Yes in College_Assistance field
so i want to select the Yes radio button
but its not selecting
when i see he view source it doesnt say checked="true"
any idea why. Code:
View Replies
View Related
I have 4 radio buttons
<input type="radio" name="One" value="One" checked
One
<input type="radio" name="Two" value="two"
Two
<input type="radio" name="Three" value="Three"
Three
<input type="radio" name="Fout" value="Four" >
Four
How do i remember wich one was selected when the page is posted back.Meaning having all options back with the selected one being checked.
View Replies
View Related
I am having 66 radio buttons on my page. Each ll be having 3 options yes,No or N/A. By default all will be set to No. My requirement is if i click on a button, value of all radio buttons should be set to N/A.
View Replies
View Related
What I'm trying to achieve is:
I have a form with two radio buttons, if a visitors check radio button 2 and click submit in the next page radio button 2 to be check by default
If I use this code:
<% If Request.Item("col")="firstcoll" Then Response.Write "Checked"%>
in .aspx page for example like that:
<input type="radio" name="col" value="firstcoll" <% If
Request.Item("col")="firstcoll" Then Response.Write "Checked"%>>
(I have try to omit the code and I have try <%@ but still the same)
it breaking the script and I'm getting error BC30800
I have post it below Code:
View Replies
View Related
I'm reading data from an XML form and prepopulating a FORM. For the text inputs I have no problem prepopulating the Values from the file...
document.forms[0].elements['FormName'].value=xmlObj.childNodes(0).childNodes(0).firstChild.text;
But one of my fields is based on input from a radio input (three inputs with a value of 1,2,3). Since they all have the same name using the code above will not set they value for any of them. Anybody else run into this, or have a suggested way I should do this.
View Replies
View Related
I have a form on one page where someone selects a bunch of options and details about a specific category. Then on the next page they fill out a form with contact information, name, address, email, etc.
Well what I want to know is when they click Submit on that contact form is there a way to have it so it goes through and searches the database for any that match the state and county(which they will select from a )??
So what I basically want right now is for the first form to be filled out, then the second form to be filled out, then when they are submitted it will go through the database and select everyone in there with that state and county, then on the next page display the results of both forms AND the matches in the db(obviously whatever fields I want it to display).
I already have both forms(basic html), I already have the dynamic dropdown for state and county(classic asp), what Im wondering is how do I put that dynamic dropdown in the contact form and then when submitted it will go through and search the db based on what was selected there. Would this be some sort of onClick for the submit button tellin it to search the db based on the dropdown or how would I get started on something like this?
There will be other information on the dropdown like name address email so one problem I was wondering about was my dropdown menu. When you select the state it refreshes the page and then loads the counties, so wouldnt that erase anything that was filled out on the form?
I could make it so they actually type the name of their state and county but that causes problems too because if they mispell either then it wont return any results.
View Replies
View Related
how to prevent submitting a form on the press Enter button before all fields on the form are filled up. People just enter the first field hit Enter and it submits the form and doing validation, of course flushing with the bunch of messages because rest of the fields are empty.
I remember I had some pages where wrote the code to go on the next field when pressed the Enter button (Tab like), because it didn't go anywhere at all. Tested it on a few machines, same result.
View Replies
View Related
I have a problem with my login form. I'm using a piece of graphic as a submit button. The problem is that is seems that i can't submit anything when i'm uisng this solution. If i replace the image submit button with a standard button then there is no problem....
View Replies
View Related
I have a group of radio buttons with the same name (which are in turn generated by the database). Since they share the same name, I can select only one of them.
Now I have another radio button which is not a part of the above group, but this radio button opens up a report which has different set of parameters to open a crystal report.
Now I want to know how to select only one radio button. Either from the group or this single radio button. User can select only 1 radio button at a time. Code:
View Replies
View Related
what coding used to select all the radio buttons when clicked on a certain radio button? example is the delete of the mail of radio buttons?
View Replies
View Related
I have created 2 asp pages called testa.asp and testb.asp
testa.asp has a link to go to next page testb.asp
testb.asp has a form that ask you for a reference number and post it
to the same page testb.asp
If the reference number is not blank, it will just write out what the
reference number is.
Now my problem....
If you go to testa.asp and click on the link to go to testb.asp you
will see the form. At this point, if you click the back button, it
till take you back to testa.asp ALL FINE SO FAR.
If you go to testb.asp again and see the form, enter a number say 33
and click on search. This will now show you the number you have just
entered. NOW - click on the BACK BUTTON, it will just show you exactly
the same page ! WHY does it not go back to the FORM in order to refill
in a different number. Code:
View Replies
View Related
I would like to know if it is possible to replace the dull-looking "submit" button in a form with my own image of a button?
View Replies
View Related
What I would like to happen on this page is that when a user selects a company name from a drop down list, his selection autopopulates the cID field based on the selection. The drop down list is getting its choices from the customer table.
As I am still a novice, I am sure there is a way to do it I have not been able to get it right. Code:
View Replies
View Related
ASP/javascript with a drop down populated by an access database. The drop down works fine but I cant figure out how to get it to change a value of a text field.
I want the value in the text field to change to reflect the data in another column in the table, same row. Code:
View Replies
View Related
I am working on a small application for senior users, so I want to limit the option for incorrect input whatsoever. I have a drop down box that is populated from a query and I want to make it so that when an option is selected, the pertinent text fields are populated based on the selection.
All the info I need is already being extracted from the query so its just a matter of displaying the right info based on the selection. I have been looking for examples of code but they all seem to use javascript. I am not too strong in javascript so I kinda avoided those. if there is a pure asp example, that would be fine!
View Replies
View Related
I have a menu box with dynamic values from a recordset (value = 'Size' column)
I then have a textbox for which I want to display the 'Price' column according to the record selected in the menu box.
View Replies
View Related
I want to understand the difference between submit button and regular button: <input type="submit"> and <input type="button">. My understanding is that submit button will send the entire HTML form to the web server, but regular button won't.
I have a problem that needs to pass HTML elements data back and forth in several ASP pages. I am using regular button to do that. But what's the approaches?
View Replies
View Related
We have a web site IIS 5 (on Win2000k) with Oracle 9i backend (Sun unix).
There is 1 user ID to oracle(APT_W3) that is used by all users (50).
We have a global.asa file that has one APP Start connection string using OLE
DB:
Application("dbConnString")="Provider=MSDAORA.1;Password='SDERSD';User
ID=APT_W3;Data Source=CCEWSDD1_new;Locale Identifier=1033;OLE DB services=-1"
The first page that a user sees asks that they select the area they want to
see (western, northern, etc) from a dropdown menu. Once they select it and
hit save they can go to other pages, session varibles indicating what area
they selected are then passed to pages. Currently all areas are in one
database.
What we want to do is have areas in separate dbs, a northern one, a western
one.etc. Each will have separate user ids (APT_W2N, APT_W3W,etc).
We want the users to have the web page presented to them where they select an
area. Based on the area they select, the appropriate conneciton string will
be used (the one in the global asa). Code:
View Replies
View Related
i'm trying to get a drop down menu to submit automatically when an option is clicked. i've tried various javascripts and they don't seem to work correctly with asp. does anybody know of anything that will work properly?
View Replies
View Related
I have two radio button and one input filed on my form. What I want a do when user change the selection then I want a display the today date into enterdate input filed. Then later I can add this date into database.
How can I do that.
input type="radio" name="GType" value="Pending" <%=iif(GApproval="Pending","checked","")%>[PHPNET][/PHPNET]>Pending
<input type="radio" name="GType" value="Approve" <%=iif(GApproval ="Approve","checked","")%>>Approve
<input type=text name=enterdate value="” maxlength=5 size=3>
View Replies
View Related
I have a search form. It has 2 radio buttons - 'all words' and 'any words'. The 'all words' is checked when the page is loaded. If the user checks the second radio button, then searches, on the results page (the search inputs stay at the top of the page as the form submits to itself), the checked radio button goes back to its checked default of 'all words'. Is there any way of making the checked button stay on the button the user clicked when going to the results page? Hope this makes sense.
<input type='radio' name='mode' value='allwords' CHECKED>
<input type='radio' name='mode' value=anywords'>
View Replies
View Related
i need your help, i have a form with 2 radio buttons(title1 and title2), a textbox and a submit button,(the form is called search and its posting to searchresults.asp) and i have 2 procs corresponding to each radio button.
what i want to do is,when a search button is clicked, radio button value checked must execute a specific proc(meaning the value must be passed to searchresults.asp and execute a proc accordingly)
View Replies
View Related
If i design a page(registration) in html.Can i use 2 radio button inside 1 from which method is post.If 1end user click 1radio buttonthen corresponding some text field will visible and vice versa for another radio button.after filling the values click submit to hold all the values.Can it be possible if yes then how can i do that?give me tutorial or anything which can guide me reagaring this.
View Replies
View Related
I am displaying a student id and then the name the student id is stored in a radio button and when a user selects the radio button i refresh the page and display all the information for that student
whats happening is the user selects a student and the page is refreshed but the radio button is unchecked after the student is selectedi have a if loop to check but its not working.can any one tell me why is it so?
View Replies
View Related
I have a page that displays records from a table. I have a form on the page that contains radio buttons so that the user can choose the types of records to display. This works fine and the display is changed when the user selects a radio button.
When the page displays the records, the radio button the user selected is not highlighted. How can I show the radio button selected?
View Replies
View Related
I have got a website that you can request a file/download from but need to protect it, in as must as offer then either to send it to them via email or post and these details are collected @ registration time via a "cookie" .
But I thought a checkbox/option button would be good for the selection of email or post but I just don't know how to post which they have selected.
View Replies
View Related
I currently have 3 radio buttons... depending on which button is selected It writes a value to SQL... how can i get the page to remember which value was selected and have that value remain selected when the page reloads??!
View Replies
View Related
I have 3 Radio buttons that have the values 1,2,3 attached to them.... I'd like to be able to post the value to SQL according to which Radio Button is selected....
View Replies
View Related
here is the script
<input <%If (CStr((Recordset1.Fields.Item("co1").Value)) = CStr("Mercedes")) Then Response.Write("checked=""checked""") : Response.Write("")%> name="radio1" type="radio" id="bbd" value="Mercedes">
I need the radio button disabled if the value in the string matches "Mercedes" and not checked. How do I change it?
View Replies
View Related
I cannot remember how you modify a radio button value that comes from a database. Here's my code:
<tr>
<td align="right"><font face="Arial" size=-1><strong>
Show Email Address?</strong></font></td>
<td> <input type="radio" name="radEmail" value="<%=ShowEmail%>" checked>
Yes
<input type="radio" name="radEmail" value=No>
No</td>
I am using a SQL Server database. I am using a bit datatype. O is true and 1 is False. How do I get the radio button to have the correct value checked for a certain record?
View Replies
View Related
Question: Is there a way to create a dynamic page where if the user selects a recordset by the click of a radio button, it will display that recordset and if he clicks on a secod radio button will display a different recordset?
If there is, can someone show me? I was thinking that you would probably have to create a function for each radio button. For example: Code:
View Replies
View Related