i have this function:
function doit(){
if (dow.cpmake.sel ectedIndex==1 && dow.cpmodel.sel ectedIndex==0){
window.open('ht tp://www.mysite.com/mycab.cab');
}
}
using ie this using will download the file..however in ff, its not
working. how to do it in ff?
tnx
function doit(){
if (dow.cpmake.sel ectedIndex==1 && dow.cpmodel.sel ectedIndex==0){
window.open('ht tp://www.mysite.com/mycab.cab');
}
}
using ie this using will download the file..however in ff, its not
working. how to do it in ff?
tnx
Comment