the easieast way will be process the request on a server method thal will exist in the page!?
Is it ?
nuno
Bill McCormick wrote:
No because the document has already been parsed. You can still this but you need to use the real syntax including calling the encryption function. You can find examples on this in the csp\dev\rules csr's.
Nuno Canas wrote:
Is it possible to call a server method in a rule ?? Like this:
<csr:RULE name="RecNav" match="RecNav" empty>
<csr:ACTION>
<TD><img src='../images/go_forward.gif' OnClick="#server(..GoForward(1))#"></TD>
</csr:ACTION>
</csr:RULE>
Where should this "GoForward()" method exist ?
