473,387 Members | 1,641 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

List item based display of input text

vikas251074
198 100+
I am creating an application for official use. This application will be used by employees to take items for official use.

I have a list, presently this list contains three items -
1) Cartridges,
2) Floppy,
3) CD

Note : If a user selects Cartridges then list of printer should display,
And if floppy or CD is selected, then 'purpose' text item should display.
And many many more,

I am got entangled in this problem that how to display list when cartridge is selected and then how to display 'purpose' text item when floppy or cd is selected.

User has choice to select more than one item. If any item is selected, then this item is displayed in a another box. All the selected items are displayed in this box.

My problem is only how to do list item based display of input text.

Thanks and regards,
Vikas
Aug 12 '08 #1
2 2105
jeffstl
432 Expert 256MB
There are 2 ways this can be done.

If you want the results to appear instantly when the user clicks on something in the list, you will have to use javascript (unless you are talking about asp.net here)

If you want the results to display with using strictly vbscript\ASP you will need to submit the data back to the server and return the list of results.

This is why i suspect for doing what you describe you will need to look into javascript solutions.

Here are some examples close to what you are referring to but using drop downs instead of list boxes which should be swappable.

Javascript form menu example
Javascript form navigation example
Aug 12 '08 #2
vikas251074
198 100+
There are 2 ways this can be done.

If you want the results to appear instantly when the user clicks on something in the list, you will have to use javascript (unless you are talking about asp.net here)

If you want the results to display with using strictly vbscript\ASP you will need to submit the data back to the server and return the list of results.

This is why i suspect for doing what you describe you will need to look into javascript solutions.

Here are some examples close to what you are referring to but using drop downs instead of list boxes which should be swappable.

Javascript form menu example
Javascript form navigation example
I want the result instantly, so I will use javascript.

Thanks very much

Regards,

Vikas
Aug 18 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: massimo | last post by:
Hey, I wrote this program which should take the numbers entered and sort them out. It doesnąt matter what order, if decreasing or increasing. I guess I'm confused in the sorting part. Anyone...
6
by: Rylios | last post by:
I am trying to make a very basic text editor using a linked list, fstream, sorting... This is what i have so far...
45
vikas251074
by: vikas251074 | last post by:
I think this is a Javascript question and i have posted this question in ASP forum my mistakenly. I am creating an application for official use. This application will be used by employees to take...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.