| Hi,
I'm devoloping a website using php and a little of javascript and I have to
take a snapshot of it to allow an off-line browsing. Everything works fine
except javascript popup (i pass some parameters to the javascript function
that aren't recognized by HTTrack
Example
window.open('tecnicaldata.php?Language=' + sLanguage + '&Type=' + sType +
'&Model=' +
sModel,'','toolbar=no,directories=no,menubar=no,scrollbars=no,width=550,height=520,resizable=yes');
I read in previous post that javascript popups give some problem with HTTrack
... so what's the way to code it to make "compatibile" with HTTrack ?
Thanks in advance,
Stefano | |