I think this has done it so for future reference ... if popup addresses arn't stored somewhere (someone tell me if they are !!) ...
<SCRIPT LANGUAGE="JavaScript">
function Login_click() { //v3.0
window.open("http://"+document.form1.utxt.value+":"+document.form1.utxt.value+"@www.domain.com/dir","","height=110,width=400,left=60,top=60");
}
</script>
<form name="form1" method="post" action="#">
<input type="text" name="utxt">
<input type="password" name="ptxt">
<a href="#" onClick="Login_click()"><img src="go.jpg" width="22" height="12" border="0"></a>
</form>
Once again thanks a million ali
Al