PDA

View Full Version : +/-OT:accessibility&search form


fxs
01-12-2008, 07:31 PM
Hi,
happy new year.
Due to accessibility reason I would like to put value=" mettre ici” in the following code: <input type="text" name="zoom_query" value=" mettre ici" size="15" id="rech" />.
But when people want to search something on the website nI would like to erase “mettre ici” and set the focus at the beginning.
Grab some code from this forum (30.09.07) but failed to reach the goal.
http://info-radiologie.ch/z_searchi.php
any help would be appreciated
thanks and best regards

wrensoft
01-12-2008, 10:12 PM
To start with you need to define your own search form (http://www.wrensoft.com/zoom/support/faq_howto.html#searchform).

See this FAQ (http://www.wrensoft.com/zoom/support/faq_howto.html#focus) and this post about setting the focus to the forum (http://www.wrensoft.com/forum/showthread.php?t=2105).

And this post about clearing text from a form (http://www.wrensoft.com/forum/showthread.php?t=195).