Hi.. i am facing problem on concating string in classic asp
<%=xlagc("http://www.abc.com.au/templates/?a=<%=request.QueryString("a")%>& "&z="<%=request.QueryString('z')%>")
this call must be like
<%=xlagc("http://www.abc.com.au/templates/?a=12&z=12")%>
Any help will be appreciated.