Hi,
I am trying to change the text of an href dynamically.
My problem is it that the text changes but the href looks like a static text.
You cannot click on the href after the text is changed.
Here is the code I am using can anyone tell me what I am doing wrong?
Thanks
public int Href1_onBeforeHtmlOutputEvent(CSpHtmlOutputEvent event)
{
CSpHref hrf = (CSpHref) event.getSource();
String strText = "whatever";
hrf.setHtmlText(strText);
return (PROCEED);
}
_________________________________________________________________________
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]