Lines Matching refs:value
239 f._.value = ''; // clear browser cache
249 f._.value = '';
253 f._.value = '';
257 f._.value += text + "\n";
360 progress.value = msg.step;
407 taInput.value = '';
420 taOutput.value = '';
428 sql = taInput.value.substring(taInput.selectionStart,taInput.selectionEnd).trim();
430 sql = taInput.value.trim();
768 o.value = val;
778 taInput.value = '-- ' +
780 '\n' + this.value;
781 SF.dbExec(this.value);