==========================
=====
simonet:
Actually this line is a bit better:
<select name="abc" style="width:200px" id=abc onfocus="JavaScript:MakeLa
rge(this);
" onblur="JavaScript:MakeSma
ll(this);"
>
(much better actually)
when the use clicks on the SELECT, it resizes to anything you want (I put 500x, but it can also be 'auto' or anything). when the control loses focus (by TAB key, or clicking out of it) the control is resized to 200px (set in the javascript code).
==========================
==========
==========
========
simonet,
Above works great. But I have to click TWICE to see the drop down values.
Is there a way, just in one click, expand the size of drop down and show the drop down values.
Thanks
Start Free Trial