Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-29-2009, 09:02 AM   PM User | #1
alex57
Regular Coder

 
Join Date: Sep 2006
Posts: 216
Thanks: 9
Thanked 0 Times in 0 Posts
alex57 has a little shameless behaviour in the past
What technology is used here?

Hello,

I want to create a textbox with the functionality seen at the national rail website: http://www.nationalrail.co.uk. When you search for a station you can see that when you start typing a station name a drop down appears which has values which containing the letters you have entered.

What technology is used here please?

Many thanks.
alex57 is offline   Reply With Quote
Old 07-29-2009, 09:50 AM   PM User | #2
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,680
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Check http://www.brandspankingnew.net/arch...-complete.html
(search for Ajax+auto suggest)
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Old 08-04-2009, 05:56 PM   PM User | #3
mioot
New Coder

 
Join Date: Jun 2009
Posts: 35
Thanks: 0
Thanked 2 Times in 2 Posts
mioot is an unknown quantity at this point
They are using Ajax for this , It will post the data to the server in the back end and get the results with out page reloads.
__________________
Live chat software - chat with your web site visitors in real time.
Internet web directory - list of top100 sites in diffrent category
mioot is offline   Reply With Quote
Old 08-04-2009, 08:15 PM   PM User | #4
budgitek
New Coder

 
Join Date: Jul 2009
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
budgitek is an unknown quantity at this point
Quote:
Originally Posted by alex57 View Post
Hello,

I want to create a textbox with the functionality seen at the national rail website: http://www.nationalrail.co.uk. When you search for a station you can see that when you start typing a station name a drop down appears which has values which containing the letters you have entered.

What technology is used here please?

Many thanks.

You can use the Jquery Javascript library to handle this. There's many plugins you can explore.

http://bassistance.de/jquery-plugins...-autocomplete/
budgitek is offline   Reply With Quote
Old 08-05-2009, 06:36 PM   PM User | #5
hosterpledge
New to the CF scene

 
Join Date: Aug 2009
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
hosterpledge is an unknown quantity at this point
Its Asynchronous Java & XML

You can try these helpful links:

http://www.dynamicajax.com/fr/AJAX_E..._Suggest-.html
http://woork.blogspot.com/2009/02/us...t-scripts.html
hosterpledge is offline   Reply With Quote
Old 08-07-2009, 06:26 AM   PM User | #6
williamssara88
New to the CF scene

 
Join Date: Jul 2009
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
williamssara88 is an unknown quantity at this point
You can also use php for that. it take more time to develop a java code.
williamssara88 is offline   Reply With Quote
Old 08-14-2009, 01:25 PM   PM User | #7
alex57
Regular Coder

 
Join Date: Sep 2006
Posts: 216
Thanks: 9
Thanked 0 Times in 0 Posts
alex57 has a little shameless behaviour in the past
hello,

thanks for all the suggestions. They are all good options. I have tried a couple for what I am trying to do but is what I really need is for an autocomplete box which when you select from the drop down not only does it bring through the value you clicked but also some other values too.

For instance I could have a file the autocomplete is reading from with a list of data like this:

"australia, 9, 8 ,0"
"albania 8, 7 ,8"

the autocomplete would bring through the whole string but I would rather have:

"australia"
"albania"

and have the numbers brought through too but transparently to the user. Is this achievable????

Thanks.
alex57 is offline   Reply With Quote
Old 08-19-2009, 01:10 PM   PM User | #8
pad
New to the CF scene

 
Join Date: Aug 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
pad is an unknown quantity at this point
Its AJAX which is a combination of Advanced Javascript and XML.
pad is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:30 AM.


Advertisement
Log in to turn off these ads.