Hi,
If i have this variable that i set:
I now need to set the following:
but this don't work.
Why? Can someone please fill in the missing gaps?
Cheers
James
If i have this variable that i set:
Code:
<%
Dim Pageref
Pageref ="index.asp"
%>
I now need to set the following:
Code:
<%
Dim variable1, variablestring
variable1 = "Pagref"
variablestring = "?Pageref=" & variable1 %>
but this don't work.
Why? Can someone please fill in the missing gaps?
Cheers
James