wobble
06-10-2003, 08:00 AM
Hi
what would be the best way of getting the function below to open in a new browser window.
Thanks
}
function opendoc(){
window.location.href="pdf/Business_List_"+document.forms[0].DD.value+document.forms[0].MM.value+".pdf";
}
what would be the best way of getting the function below to open in a new browser window.
Thanks
}
function opendoc(){
window.location.href="pdf/Business_List_"+document.forms[0].DD.value+document.forms[0].MM.value+".pdf";
}