obj = document.form1.campo1;if (obj.type == 'text') alert ('Textbox')else if(obj.type == 'select') alert ('Select')else if...