| Subject: Re: Howto filter Image-Popup |
Author: Xavier Roche |
Date: 05/07/2004 18:57 |
| | > im trying severeal hours to tell httrack this:
> copy the hole site but leave this untouched:
> onClick="openPic('showpic.html?file ...blablabla')"
This isn't possible - the only solution would be to change
the code into:
onClick="openPic('showpic.' + 'html?file ...blablabla')"
You can't make "selective" parsing - unless you code a
specific plugin for that
| |
|
|
|
|
2
Created with FORUM 2.0.11