The only way I know how to pass in a parameter like that (not dynamically) is using ASP, you can reference an ASP variable using <%=nID%> in that manner in javascript code. Of course, in ASP the value cannot be dynamically changed, not without refreshing the page.
|