Cambia questa funzione:
function jumpit(){
window.location=document.jumpurl1.jumpurl2.value
return false
}
Con questa:
function jumpit(){
window.open(document.jumpurl1.jumpurl2.value,'Popu pUrl')
self.focus();
}
![]()
Cambia questa funzione:
function jumpit(){
window.location=document.jumpurl1.jumpurl2.value
return false
}
Con questa:
function jumpit(){
window.open(document.jumpurl1.jumpurl2.value,'Popu pUrl')
self.focus();
}
![]()
Cavicchi Andrea
Problemi con javascript, jquery, ajax clicca qui