01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
|
<div style="width: 100%;">
<div>
<textarea
style="width: 100%; height: 10em;"
class="allow_tab_key"
>Pressing Tab key does not move focus to the next text field.</textarea>
<input
type="text"
style="width: 100%;"
class="allow_tab_key"
value="Dedicated to Leechy's 29th birthday ;)"
/>
</div>
</div>
<script type="text/javascript" src="../../etc/reformator/i/common.js"></script>
<script type="text/javascript" src="../../etc/reformator/i/allow_tab_key.js"></script>
|