Lines Matching refs:comp
1886 comp = getTextElement(radioChoosenId);
1887 comp.value='client';
1897 comp = getTextElement(radioChoosenId);
1898 comp.value='local';
1911 var comp = null;
1916 comp = obj.document.getElementById('form:' + sheets[ix]);
1917 if (comp != null)
1918 comp.style.display='none';
1959 var comp = obj.document.getElementById('form:'+sheets[idx]+str3);
1960 if (comp != null){
1961 comp.value=appName;