come posso aggiungee a questa funzione LEFT e TOP fissi?
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
ipotizzo:
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features,'left=100, top=200');
}
??
tnx