why can`t I download such a link

Dai Zhen
03/29/2006 07:01 am
in a html file of a website, there is such a link:<a href="javascript:openDetail(`1971741`)">this is a link </a>
and the javascript function like this:function openDetail(sBookID)
{
var strURL = "detail.jsp@id=";
strURL = strURL + sBookID;
window.open(strURL, `_blank`);
}
but why can`t the Offline Explorer enterprise 2.7 download the linked file.
Oleg Chernavin
03/29/2006 07:01 am
This happens because the URL is being calculated from several parts there. Such calculations are not yet supported by Offline Explorer, but we plan to add this feature in future versions.

Best regards,
Oleg Chernavin
MetaProducts corp.