search for: selectbatch

Displaying 1 result from an estimated 1 matches for "selectbatch".

2005 Jun 24
3
flashing divs in IE with use of BlindUp and BlindDown
...at''s just remnants from the code I took this from. Thanks .... <%= javascript_include_tag ''prototype'' %> <%= javascript_include_tag ''effects2'' %> <script type="text/javascript"> var selected = '''' function selectBatch() { if (selected == ''single'') Element.hide(''single'') selected = ''batch'' new Effect2.BlindDown(''batch'') } function selectSingle() { if (selected == ''batch'') Element.hide(''batch'')...