Thank for your helping, Ryan and Grace.
Your discussion is not easy to me, but it is very informative. But I don't unserstand
my code yet. (Sorry I think I make you be disappointed.)
I put some "CSpLog" statements in "hrTest_onBeforeHtmlOutputEvent". And I found an
interesting thing, I think at least to me.
The Log statement is that:
<A HREF= ....... onClick="window.open(document.forms[0].hfTest.value, .........>
According to this log statement, hrTest, the HREF, already know the hidden tag,
hfTest. But, I counldn't find anything related to the connection before the event.
Do you have an any idea about that? Please respond to me.
Is there any web site that can give ND information for new user other than this site?
Thank you so much
hrTest_onBeforeHtmlOutputEvent
{ :
CSpHref test = (CSpHref) getDisplayField("hrTest");
CSpLog.send (this, CSpLog.CRITICAL, test);
:
}
hfTest_onBeforeDisplayEvent
{
CSpHidden csh = (CSpHidden) getDisplayField("hfTest");
csh.setValue(new CSpString(webSite));
return (PROCEED);
}
hrTest_onWebEvent
{
int command = PROCEED;
command = doAction(event);
return(command);
}
_________________________________________________________________________
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]