View Single Post
  #2 (permalink)  
Old October 21st, 2003, 02:48 PM
bmains bmains is offline
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default

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.
Reply With Quote