element.focus();
element.value += '';
If the textbox needs to be changed anyway, just put the focus() right before changing the value.
element.focus();
element.value = 'some text';
*Using Safari 3.1.2
Bug fixes and settings that would likely be needed again in the near future.
No comments:
Post a Comment