Dynamic url in pages

Dynamic url in pages

Hi,

Good day to you!

Based on the loginuserid, I want to open the dashboard page

I have tried the below code which is not working.



<%
if(zoho.loginuserid == " vedavalli@itkeduserv.com"){
}
else{
}
%> 

<a href="%{var}">Click here to go to the dashboard</a>
this var receiving value but it is not getting assigned in href.. Is the format right? 




Thanks
ITKES