HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Javascript navigation links
Author: webdev21
Date: 04/01/2010 19:03
 
> > did put this in the filter:
> > +javascript:*Next*
> 
> invalid filter.
> 
> options -> links -> attempt to detect all links
> 

'Attempt to detect all links' is checked.

If it is of any use, the postback function is defined in the page as:

function __doPostBack(eventTarget, eventArgument) {
    if (!thisForm.onsubmit || (thisForm.onsubmit() != false)) {
        thisForm.__EVENTTARGET.value = eventTarget;
        thisForm.__EVENTARGUMENT.value = eventArgument;
        thisForm.submit();
    }
}
 
Reply Create subthread


All articles

Subject Author Date
Javascript navigation links

04/01/2010 09:15
Re: Javascript navigation links

04/01/2010 18:04
Re: Javascript navigation links

04/01/2010 19:03
Re: Javascript navigation links

04/01/2010 21:39
Re: Javascript navigation links

04/01/2010 21:39
Re: Javascript navigation links

04/01/2010 21:51
Re: Javascript navigation links

04/01/2010 22:43
Re: Javascript navigation links

06/07/2010 16:21




4

Created with FORUM 2.0.11