Hi,
I am reading in a flat file and I need to display the results in hrefs.
The flat file will contain a list of names and I need the user to be able to click on
a name to obtain more information.
The flat file could be a different size every time.
I will need to dynamically create an href for each line in the flat file.
I dynamically create an href called hrf in the onBeforeInitEvent then I have this
code.
public int this_onBeforeHtmlOutputEvent(CSpHtmlOutputEvent event)
{
spider.html.CSpHtml.write("<INPUT TYPE=TEXT NAME=" + "\"" + "hrf" + "\"" +
">VALUE=" + "\"" + "\"" + " MAXLENGTH=20 SIZE=20>");
return (PROCEED);
}
The page displays VALUE= MAXLENGTH=20 SIZE=20
How do I get it to actually display the href I created.
or am I going about this the wrong way?
Thanks
Jan
_________________________________________________________________________
To unsubscribe from this mailing list please send an email to:
[EMAIL PROTECTED]
Please remember to use the same email address you subscribed with.
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]