Pass variables to javacript
September 30, 2005 12:00 AM
.set(value) sets a variable to the value specified.setByVar(var) Sets the value of a variable from another variable.add(value) adds a value or appends a string to the current valueprefix your variable w/ Var, so in your case...Varstr.setByVar(VarCurrentSectionName);Varstr.add(VarPagesInSection);Varstr.add(VarPageInSection);Hope this points you in the right direction.-Jay
Discussions have been disabled for this post