ciao grazie inanzitutto per la rsposta ...

ho provato a mettere lo scripy prima della chiusura del tag body in questo modo:

</form>
<script language="javascript">

var ib = document.getElementById('IBAN').value;

if (ib=="yes")
{

ibanPopUp();


}
function ibanPopUp() {


var prop = "dialogWidth: 400px; dialogHeight: 200px;edge: Raised; resizable: 0; center: 1; scroll: 0; help: 0; status: 0;";
//var prop="width=500,height=200,left=450,top=230";

var ibanTab=document.getElementById('IBANTAB').value;
var intesTab=document.getElementById('INTES').value;

y=window.showModalDialog('PopUpIban.aspx?test=' + ibanTab + '&intes=' + intesTab,'', prop);
if (y==undefined) return false;

}
</script>
</body>
</HTML>




adesso la pagina padre viene letta ma rimane ancora appesa (cioè c'e' ancora la clessidra finche il popup non viene chiusa) hai un idea di cosa possa essere ?
grazieee ancora