Querystring from Lectora to ASP

With Lectora variables, you have to use the set() function. So you will need to use a combination of ASP and javascripting to accomplish this. Something like:

Code:

<%@ Language=VBScript %><%username = request.querystring("VarUser_Name")%>

Discussions have been disabled for this post