RE: OT: HTML Combo Boxes

2005-10-13 Thread Robertson-Ravo, Neil (RX)
Hey Aaaron, what is it you want to achieve?




-Original Message-
From: Aaron Rouse [mailto:[EMAIL PROTECTED] 
Sent: 12 October 2005 21:32
To: CF-Talk
Subject: Re: OT: HTML Combo Boxes

I implimented it earlier with IE 6 and ran into no JS errors. We did just
decide we need more of an auto-fill on a text input kind of like how
Google does things in gmail. So back to searching to see what I can find for
that.

On 10/12/05, Paul [EMAIL PROTECTED] wrote:

  Nevermind, I think this one will do what I need done.
  http://shaunwagner.com/projects/js/comboBox.html

 Looks like this one has a JS error on Windows IE6?



 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220878
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: HTML Combo Boxes

2005-10-13 Thread Aaron Rouse
An autosuggests seems to be the common term used for it. I found one and
modified it for our needs yesterday evening. It is a form where a user keys
in product codes, they can only key in one of 900 product codes existing in
the system. So when they hit a they want to see a drop down of all the A's
so they can pick from there. This is the URL to the one I worked into our
form.
 http://www.webreference.com/programming/javascript/ncz/column2/index.html

 On 10/13/05, Robertson-Ravo, Neil (RX) 
[EMAIL PROTECTED] wrote:

 Hey Aaaron, what is it you want to achieve?




 -Original Message-
 From: Aaron Rouse [mailto:[EMAIL PROTECTED]
 Sent: 12 October 2005 21:32
 To: CF-Talk
 Subject: Re: OT: HTML Combo Boxes

 I implimented it earlier with IE 6 and ran into no JS errors. We did just
 decide we need more of an auto-fill on a text input kind of like how
 Google does things in gmail. So back to searching to see what I can find
 for
 that.




~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220902
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


OT: HTML Combo Boxes

2005-10-12 Thread Aaron Rouse
Can anyone recommend a good solution for the need of a combo-box on a web
page? I found this one but have had little success getting it to work within
a form.
 http://webfx.eae.net/dhtml/combobox/combobox.htm

--
Aaron Rouse
http://www.happyhacker.com/


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220828
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: HTML Combo Boxes

2005-10-12 Thread Aaron Rouse
Nevermind, I think this one will do what I need done.
 http://shaunwagner.com/projects/js/comboBox.html

 On 10/12/05, Aaron Rouse [EMAIL PROTECTED] wrote:

 Can anyone recommend a good solution for the need of a combo-box on a web
 page? I found this one but have had little success getting it to work within
 a form.
  http://webfx.eae.net/dhtml/combobox/combobox.htm

 --
 Aaron Rouse
 http://www.happyhacker.com/




--
Aaron Rouse
http://www.happyhacker.com/


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220831
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: OT: HTML Combo Boxes

2005-10-12 Thread Paul
 Nevermind, I think this one will do what I need done.
 http://shaunwagner.com/projects/js/comboBox.html

Looks like this one has a JS error on Windows IE6?



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220856
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: HTML Combo Boxes

2005-10-12 Thread Aaron Rouse
I implimented it earlier with IE 6 and ran into no JS errors. We did just
decide we need more of an auto-fill on a text input kind of like how
Google does things in gmail. So back to searching to see what I can find for
that.

On 10/12/05, Paul [EMAIL PROTECTED] wrote:

  Nevermind, I think this one will do what I need done.
  http://shaunwagner.com/projects/js/comboBox.html

 Looks like this one has a JS error on Windows IE6?



 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220857
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54