Author
Want to display dynamic data using slider bar
pink yadav
Greenhorn
Joined: May 27, 2008
Posts: 12
posted Jun 23, 2011 02:05:04
0
Hi viewers,
I want to display data from the database in a popup html/jsp.
on that popup i want slider. using slider i can range my data.
Please provide me sum links/help.
Thanks & Regards
Pink
Madhan Sundararajan Devaki
Ranch Hand
Joined: Mar 18, 2011
Posts: 312
I believe, you may need to use AJAX to achieve what you need. Please consider the performance impact this will have in your application, before implementing this solution.
S.D. MADHAN
Not many get the right opportunity !
Anshul K Jain
Greenhorn
Joined: Jul 24, 2010
Posts: 20
HI,
Could you please define which kind of the data you wants to show on your page.
It is a simple listing page or somthing else..?
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56192
There is no slider control in HTML, so JSP cannot help you. I'll move this to the HTML forum.
[Smart Questions ] [JSP FAQ ] [Books by Bear ] [Bear's FrontMan ] [About Bear ]
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56192
There are a number of widget libraries that provide slider controls. The jQuery UI slider , for example.
subject: Want to display dynamic data using slider bar