you could use a standard cgi nvp:
http://server/plugin/project/page?resultnum=9999

then in page onBeforeDisplayEvent call:

CSpValue val = CSpider.getWebVar("resultnum");
int num = 0;
if (val != null){
   num = val.intValue();
}

go get your data...

-Chip
Team NetDynamics

"Wigerton-Lee-Progress" <[EMAIL PROTECTED]> wrote:
>
>I'd be grateful for any advice on how I could
>link to a specific page of my NetD application
>from a non-ND Web App (eg, ASP etc), passing
>a unique number to load a particular results
>page. Does this make sense?
>
>In other words I want to load a results page 
>in my ND App based on a value passed from a
>Non-ND App.
>
>Cheers Wigs.


_________________________________________________________________________

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