Sharad,

For this sort of thing, you are probably better off using a CSpStaticText,
turning off the escape html property, and writing the HREF yourself.  You
would end up with making the static texts value something like:

<A HREF="../ndCGI/proj/page2?SPIDERSESSION=....>Your String</A>

[EMAIL PROTECTED]
Team NetDynamics

> -----Original Message-----
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Sent: Saturday, May 29, 1999 1:18 PM
> To:   [EMAIL PROTECTED]
> Subject:      [ND] HREF for generated string with ND Page target
> 
> I am creating a set of strings in my code and want to make those
> strings hyperlinked, such that clicking them takes a user to another
> NetDynamics generated
>        page (Thhis has to be done without using the wizard. The
> informartion in the string
>        needs to to carried over to the next page.
> 
> I understand that I need to make use of CSpHref and create instances of
> this class
>        for the string and pass the string value in this instance such that
> it is passed
>        to a static text variable on the next page. I haven't done this
> before hence will
>        appreciate some help from someone who has already tried this. A
> code snippet will
>        be quite helpful.
> 
> Thanks
> Sharad
> _________________________________________________________________________
> 
> 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]
_________________________________________________________________________

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]

Reply via email to