I am trying to pass a variable called into another variable called ID from one page to the next.
The variable is called "Acct"
So basically what I want is to use the following code and make it work:
<A HREF="newpage.asp?ID=Acct">
The thing is that the variable Acct has a number associated with it and I need that number to become the ID not the word "ACCT"
thanks for any and all help
The variable is called "Acct"
So basically what I want is to use the following code and make it work:
<A HREF="newpage.asp?ID=Acct">
The thing is that the variable Acct has a number associated with it and I need that number to become the ID not the word "ACCT"
thanks for any and all help