> btw, here's an example of one of the pages, not that it
> will help I think:
> http://hhp.umd.edu/empower/situation_analysis/s_vision_01_
> test.cfm

This isn't an answer to any of your questions, but just real briefly
if you're going to prepopulate the field with something like "What's
your vision." you should use some javascript to remove that value when
the field receives focus...

<textarea onfocus="if(this.value=='What\'s your vision') { this.value
= ''; }">

Although in general I would recommend not placing anything in the
field in advance unless it's an actual default value. Partly this is
because of accessibility, and partly just because it's annoying to
users.


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:207188
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

Reply via email to