allora, io ho un codice:

codice:
 if ( !window.document.all.lex675[0].checked)
   {
      alert("Is necessary to accept the submission terms");
	  return false;
	}
	 
	if ( isblank(window.document.all.url_pol.value) )
   {
      alert("Is necessary to insert the URL of the link to site");
	  return false;
	}
ma nella pagina ho anche un pò di select, con la proprietà,
... selected> Select </option>... quindi come faccio a configurare sopra un alert che dica dove sia <> a "Select" ? ? ? mi sn spiegato?...