| 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();
}
}
| |
|
|
|
|
4
Created with FORUM 2.0.11