Aby Mathew suggested to use web var to indicate where the page is being loaded.

This lead me to think about how long does the web var exist in ND.

1. ND's Web Var are name value pairs from href's and form elements from submit buttons 
that are send from the browser to the web server.
It seems like I can get all of the above using getWebVar.
This is a little bit different then the nromal cgi terminology.
Qerry String are name value pairs from HREF (get) and form elements are from submit 
buttons (POST)
In CGI or ASP you only have one or the other.
2. You can get the web var value in the href or button web event.
3. If your web event load a page, you can still get web var in all the new page's 
methods.
(At least I know for sure you can get it in onbeforeload of the new page)
4. Using the above facts can I generalize it to any ND code which you execute from the 
time the cp give you control to the time you leave the cp you can still have the web 
var.
e.g if you click a button in page1, web event in page one load page two.
onbeforeload in page two reset csphttp and load page 3.
onbeforeload in page 3 reset csphttp and load page 4.
In repeated1_onbeforeload of page 4 I do a getWebVar.  I still can get a value?
_________________________________________________________________________

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