
ASP referring to server side variables in client side script
You could maintain a client-side Cookie to hold server side CGI variants.
Quote:
> Once a document is closed. No Client-Side Script can access Server-Side
> variables. You would have to write the Server-Side variables to the
page.
> That is the only way.
> --
> ___
> Justin Rogers
> Personal Programmer and Web Consultant
> Microsoft SiteBuilder Network Level 1
> > I build an array on the server side and put the element values into
> variant
> > variables on the server side.
> > ie a = nodearray(2,i)
> > b = nodearray(3,i)
> > but when I reference the variables on the client side I get syntax
> problems
> > I have seen all sorts of ways to do this:
> > <%=a%>
> > "<%a%>"
> > What am I doing wrong-
> > p.s. am I in the wrong newsgroup????
> > Thanks