Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
Old 04-10-2006, 12:02 PM Auto Fill Text Boxes
sepple's Avatar
Super Talker

Posts: 147
Trades: 0
Hey, I am not even sure what language this would be coded in so I guess I will leave it in the coding forum.

Some websites have text inputs that when you start typing it gives you suggested answers.

For example: you will be typing ...Fl and it will be showing Florida
The same thing excel does

How would I go about doing that and what language would I even use? java?

If this is more complicated than I can do I might be looking for someone to code it for me.

Thanks
Stephen
__________________
Thanks
Stephen
sepple is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-10-2006, 02:49 PM Re: Auto Fill Text Boxes
sepple's Avatar
Super Talker

Posts: 147
Trades: 0
I think the word I am looking for is "Suggesting" text boxes, like it suggests the word Florida after you type a Fl
__________________
Thanks
Stephen
sepple is offline
Reply With Quote
View Public Profile
 
Old 04-10-2006, 03:27 PM Re: Auto Fill Text Boxes
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
javascript NOT java they are two very different things

Try http://www.webreference.com/programming/javascript/ncz/
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 04-10-2006, 07:15 PM Re: Auto Fill Text Boxes
Minaki's Avatar
Defies a Status

Posts: 1,626
Location: Guildford, UK
Trades: 0
This is an AJAX (Asynchronous Javascript And XML) thing, in most cases. As you type a letter, the browser is querying the server for a list of words that match what you've typed so far and then displaying the results.

The majority of this would be in JavaScript, however you'd also need a server side script to generate the list of matching words given the first few letters.

Microsoft's implementation of AJAX, called 'Atlas', has a built in AutoComplete text box - does exactly what you're looking for.
__________________
Minaki Serinde MCP
"Wow, Linux is nearly on-par with Windows ME!"

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Minaki is offline
Reply With Quote
View Public Profile Visit Minaki's homepage!
 
Old 04-11-2006, 04:04 PM Re: Auto Fill Text Boxes
sepple's Avatar
Super Talker

Posts: 147
Trades: 0
Wow, that link worked out beautifully! Thank you so much!!!
__________________
Thanks
Stephen
sepple is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Auto Fill Text Boxes
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.16313 seconds with 12 queries