Read Only And Editable Drop Down Lists

I have a drop down box(Yes, no) if users select Yes that is suppose to bring up another drop down list with a list of choices.

I was told by someone that the best way to go about is to create the second drop down list and make it read only, but make it editable when Yes from the previous drop down list is selected.

View Replies


ADVERTISEMENT

Drop Down Lists

I have a SELECT element on my asp that is autopopulated from a search button.
Currently, the user inputs the saecrh term, clicks the button and the drop
down is populated from the DB. The user then select from the list. Everything
simple thus far.Now I have been asked if I can get the drop down to open automatically
(apparently to save the users the extra click of opening the list!!!), but I
cannot find out how to automate this (then again, I have little momentum to
do so at this stage) and I know this request will rear it's head again
shortly.

View Replies View Related

Different Drop Down Lists

iv searched the forums and kind find anything that fits what im looking for.

I have made an online store, but am having problems with displaying multiple different dropdown options for different products, that are listed in a repeat region

i use dreamweaver 8, and ms access Code:

View Replies View Related

Drop Down Lists

Not sure if this is posible but how do you create a dropdown box where if you type a "c" it takes you to the start of the c's then if you type an "h" it takes you to the ch's etct .

View Replies View Related

Dependant Drop Down Lists.

I need to populate a list box with values that will be determined by the selection of another list. What it is, is when we add a user, they get added to a city, eg Townsville and then there are a heap of groups that only apply to Townsville people.

So once I select Townsville as the location, I want to perform a search in AD and return the list of groups in the Townsville OU.

I am not exactly sure of the appropriate method to handle this in asp. If necessary, I could make a third page and just pass values to that from the second page. Is there a better way?

In case you are wondering, there are currently two pages. One is for use by supervisors/managers, and they fill out some details which get put into a URL that is emailed to the administrators.

Clicking on the link fills out the base form for the admin people, but I want them to have more access and to see more than the managers/supervisors that are submitting the request.

View Replies View Related

Dynamic Drop Down Lists

I have to populate a drop down list from the database depending on the values of another drop down list. And the thing is it should also be able to add more dynamic dropdown lists to it.

Basically is a survey result page for which the one trying to look at the survey has to figure out different criteriaz.

Suppose he's looking for a group of people who are interested in buyin a stuff and then he wants to find if their age is above or below 50 and then further he decides to see if they are employed or not...

I did try a couple of things such as populating a dropdown list in a new page depending on the values passed on by previous one... but was hoping to find a better solution as the one i m workin is tooo complex and tooo complicated.

View Replies View Related

Dependant Drop Down Lists

whether anyone had any knowledge of the use of dependant drop downs? For example i would like to choose a product based on the type i.e computer hardware, monitor etc then a list of all products of the same type be displayed in a following dropdown.

Any examples of similar things done, urls to try, your own experience? How simple is it to implement?

View Replies View Related

Dynamic Drop Down Lists

Does anyway know the best way (preferably usinge ASP and avoiding the use of Arrays) how to achieve the following:

I have an ASP page. In it, I have a FORM that contains 2 Radio Buttons and a Drop Down List. I need to have the values of the Drop Down List change depending on which Radio Button is selected by the User.

(I thought that maybe some sort of code acting on the OnChange action for the Radio Buttons might work??).

View Replies View Related

Dynamically Loaded Drop-Down Lists

I am somewhat famialiar with ASP.net but I am trying to use ASP. I want to dynamically load drop down lists from an already created MySQL DB. I already have the table build and all the fields, and what not but I can't figure out how to load the values of a drop down list with the records from a column.

View Replies View Related

Form With Linked Drop-down Lists

I have an ASP-page where I want to be able to select a fabric and color of that fabric. Since different fabrics comes with different colors I want to have a form with two drop-down lists where selection of fabric in the first list populates the second list with the right set of colors. I need to have the lists in the same form so it only require one submit.

View Replies View Related

Radio Button And Drop Down Read Only ?

how u can make a radio button and a drop down readonly

what i am trying to do is

when a user submits some info i am making the fields as readonly

i can do it for a textbox like this

<input type="text" name="textbox" <%if changeread1=" then response.write(" readonly")%>>

is there any way i can do it for radio button and a drop down.

View Replies View Related

Non Editable Text Box

I'm writing an intranet and I need to put something like a non-editable
scrolling text box on the home page where daily announcements can be placed.
I've tried adding a scrolling text box, but I am not sure how to make it
non-editable.

Is there any way I can fill the textbox using something like
textstream? I would imagine one person in the organisation would be in
charge of adding this text somehow. I'm a bit lost in trying to find the
best method.

View Replies View Related

Editable Textarea

I've got a page on a website I'm developing that contains a textarea.
The textarea will allow users of the site to enter a description of an
item.

When they submit the form that contains the textarea, the textarea and
other form elements data are stored in a database. So far so good.

My problem concerns carriage returns, new lines, line feeds or whatever
else you want to call them :-)

I want them preserved, so when the user wants to edit the description of
the item, the format of the description is displayed exaclty as it was
entered.

The problem is that HTML renders the carriage returns as white space, so
when the database is read and the textarea populated with the
description field, the carriage returns are lost.

I have tried the ASP REPLACE function to replace carriage returns with
<br>, but the code below actually displays all the <br>'s.

<%=Replace(myRecordset.Fields.Item("myField").Value,Chr(13),"<br>")%>

I played around with different combinations of chr(13) and vbcrlf and I
managed to get the textarea to display the description as it was entered
with carriage returns, but upon further testing and editing of the
description, because of the REPLACE function, the number of carriage
returns was doubling each time!

View Replies View Related

Editable Pages

I really would like to create a web page containing text and images that I can edit from within the browser environment i.e. once the page has been uploaded I can request it and then edit the text or change the image or add a new image etc. if this is possible and if it is, how can I achieve it?

View Replies View Related

Editable Combobox

What is the most simple way to make an editable combobox bounded to the database.

View Replies View Related

Set A Field Of Recordset To Be Editable

i would like to ask how can i set a field of recordset to be editable?

View Replies View Related

Editable Dropdown/list Field

I have a page that has a form on it which has a dropdown list on it. It connect to an sql database and populate the list. What I would like to do is make the list editable so that if the data returned doesnt contain what I want, I can type in the data I require which will then be updated to the database when the form is posted. Hope I've made sense, you may be able to tell.

View Replies View Related

How To Make Retrieved Records Editable

I managed to retrieve a table from a database and displays records on the browser using the ASP code below.

but I also want some of the retrieved record be clickable and editable so if a user decides to upadate a record it can be clicked and updated. there are two options either redirect to another page and the selected records will be displayed again to be edited or edit them on the same page,I m not sure how to make the selected records editable using the code below. Code:

View Replies View Related

Display Drop Down Options Based On The Selected Item From Another Drop Down

The code that I have has 2 drop down boxes dd1 (visible) and dd2 (hidden). Based on the option selected in dd1, dd2 should be visible and populate options. I think I can have OnChange script but how could I return the value and put it in the SQL query (see variable in red in thecode)? Code:

View Replies View Related

Lists And ASP

Is there a quick and easy way to take the results of a query and turn it into a list?

I I run a query and return 15 records (of 1 value each) how can I turn it into 1,2,3,4,5,6,7.....

View Replies View Related

Opt In Email Lists Via Asp

Can anyone here recommend some service for opt in email lists. My problem is that most services will take the user off the site to sign them up and the forms are very basic. I have some complex quote forms and contact forms where people can input alot of information. I'd like to be able to add people to this subscription list if they want after processing the detailed information that they have entered. But at the same time I want to keep users in categories based on the industries that they are in so we can send targeted emails based on their industry. Does anyone know of a such a services? I've looked into listserv and lyris list manager, but I won't be able to install these apps on the webserver. So they are pretty much useless. Does anyone have any experience with this?

View Replies View Related

Standard Lists

Does anybody know where I can get some standard lists like

- a list of all countries in the world (with abbreviation, international prefix...
- a list of common christian names (aaron, abbey, adeline...
- a list of all currencie
- a list of all language

in txt/xls/mdb or whatever format

View Replies View Related

Dynamic Lists

I have a form with two drop down list. I need the list items to vary by what I select. Ok..short and sweet. I have a list of dates in one....in the other I have a list of events. If I select a date in the first drop down I only wanna see the events for that day. Also if I select an event I only wanna see the dates for that event! What is the best way to go about doing this....and please dummy it down for me...I suck at sql to be honest.

View Replies View Related

Multiselect Lists

I' m using a multiselect list but I have to press Ctrl when I want to choose more than one records. How can I select records without pressing Ctrl? Code:

View Replies View Related

Repeating Lists

help me with making a repeating "dynamic list/menu" . i use dreamweaver and when i put a "repeat region" on a "dynamic list/menu" the page just keeps loading forever. do i need to change the default coding dreamweaver makes...iv been trying to figure this out for literally weeks, and im about to give up. I know it can be done becuase iv seen it done.

View Replies View Related

Multiple Lists

I'm developing a form in which people can choose to attach articles to numerous countries. I.E if someone was writing about the Commonwealth Games we could attach the article to all of the Nations in the Commonwelth. However, implementing this code wise is proving a headache. Code:

View Replies View Related

Dropdown Lists

Is it possible to sort dropdown lists alphabetically via a recordset without using SQL statements?

View Replies View Related

Lists And Arrays

how I could achieve the following. I am looking to create an asp page with a dropdown list and associated values. When the user selects a value from the list, i would like to store this value into an dynamic array, as i am looking to use the array to calculate some values. Is this possible?

View Replies View Related

Displaying Lists

I am displaying lists from a database just fine. There are 5 items in an unordered list that can be displayed. My problem is that if I have less than five, the emty list items will display a bullet.

How can I opt to only display list items if there is data in the field, and if a field is left empty to no display anything at all (in this case the bullet).

View Replies View Related

Mailing Lists (forums)

I have been looking for mailing list scripts, but discover that they all seem to be for "newsletter" type lists rather than debating lists. Are there any that can be used to allow all subscribers to post?

View Replies View Related

Populate Multipule, Lists

I am building an online shop, i wish to select all the sizes out of a table and polutate a drop down list with the selection, then dependant on what size you selected it offers the quality available in another dropdown list based on the amount recovered from the database relating to that size.

I know this can be done is javascipt, but have no idea what to search google for, nor where to start, any ideas would be good .

View Replies View Related

Suppressing Distribution Lists In GAL

I am creating an employee feedback portion on my company's intranet. The purpose for this is so that a project manager can give feedback to human resources regarding members of their teams. When the project manager gets through with the feedback, an e-mail gets generated and sent to an HR rep and to the person being evaluated. What I would like to do is the following:

-When the Project Manager goes to the portion of the site I am going to take the value in the LOGON_USER and query AD for his/her e-mail address so that there is no room for human error in filling it in

-I would like to populate a drop-down list with all of the users in the GAL for the PM to select from to give feedback on

-I would like all distribution lists excluded from the drop-down, only actual users should be shown. Code:

View Replies View Related

4 Or More Dynamic Dropdown Lists

I have found in the forum examples or 2 dropdown lists and 3 dropdown list. Does anyone have any idea how to do 4 or more dropdown list? I tried to modify it from an example script found here but failed. Code:

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved