You can intercept the button in onbeforehtmloutput and search and change the url to
any thnig you want.
example for changing the button to gray:-
//[[SPIDER_EVENT<Next_onBeforeHtmlOutputEvent>
public int Next_onBeforeHtmlOutputEvent(CSpHtmlOutputEvent event)
{
if ( intLast == 1)
((CSpDisplayField)event.getSource()).setHtmlText(CRunTimeFinal.GetNextGray());
return (PROCEED);
}
//]]SPIDER_EVENT<Next_onBeforeHtmlOutputEvent>
"Nicolas" <[EMAIL PROTECTED]> wrote:
>>Hello,>>How can I change dynamically the URL of an image in a button
>?>>Thanks.>>Nicolas HERVE
_________________________________________________________________________
For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
For dire need help, email: [EMAIL PROTECTED]