| Subject: Re: Javascript popup |
Author: William Roeder |
Date: 04/02/2009 19:02 |
| | > 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 ?
js in general, not specifically popups.
function("path","filename")
can't be generally converted to a local file reference.
These should work:
function("fullOrRelativeURL")
var x="fullOrRelatveUrl";
| |
|
|
|
|
4
Created with FORUM 2.0.11