Click to See Complete Forum and Search --> : open link in new window


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";
}

wobble
06-10-2003, 10:21 AM
Cheers

Just what I needed