How to concatenation href value

flurlestege

New Member
I have got asp classic page and i need to show link with some value on the page.Here is the link and i need to attach strEmpcode with the address.strEmpcode = session("empcode")\[code\] <td><li> <a href="http://192.1.1.1:85/reports.aspx?empcode= & strEmpcode"> Report</a> <td><li>\[/code\]So on click it should pass the address in this form: \[code\]http://192.1.1.1:85/reports.aspx?empcode=123\[/code\]I need to show it on design time (inline page) not on runtime.How can i fix it?
 
Back
Top