Farooq Ahmed
|
| Posted: 09/26/2005, 11:08 AM |
|
1) In CCS+ASP+Access, I want to get the data from users through sliding bar i.e. user can slide the bar from left to right (1 to 100) points. These points will be displayed in a box next to the bar.
Then in output I want to display the same data in the form of bars like if a user gets 60 points, his bar will be of size 60%.
Please note I will display 5 bars at a time. If any tool is available for this function, please tell me that.
2) I want to display some hints in the input field; for example a user wants to write his email and relationship in the search box, there should be written text and when user click on that text, it should disappear and he can write the email/relationship.
Regards
|
|
|
 |
Benjamin Krajmalnik
|
| Posted: 09/27/2005, 8:15 AM |
|
You will need to use something written in javascript, since you are talking
about a client side dynamic entry control.
www.blueshoes.org/en/javascript/slider/
webfx.eae.net/dhtml/slider/slider.html
www.howtocreate.co.uk/jslibs/htmlhigh/slider.html
www.devx.com//Article/9734/0/page/3
These are just a few examples.
|
|
|
 |
Farooq Ahmed
|
| Posted: 09/27/2005, 9:25 PM |
|
Thanks Benjamin for your support. I will check these links in detail.
Do you have any script in CCS through which we can show our output in a colored strip in output i.e. if our output value is 80, it should show it in simple bar strip.
|
|
|
 |
Benjamin Krajmalnik
|
| Posted: 09/28/2005, 10:26 AM |
|
Seacrh for HTML graphs.
YOu can achieve what you ant by setting widths of details and colors.
<FarooqAhmed@forum.codecharge (Farooq Ahmed)> wrote in message
news:6433a1b4938747@news.codecharge.com...
> Thanks Benjamin for your support. I will check these links in detail.
> Do you have any script in CCS through which we can show our output in a
colored
> strip in output i.e. if our output value is 80, it should show it in
simple bar
> strip.
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|