what is .jsp?
is .jsp a javascript? if so you'll need to use the literal smarty tags like below with the include statement in between the literal tags, try it and see if it works, anythings worth a shot, let us know if it works
{literal}
include("http://www.yourwebsite.com/path/to/jsp/login.jsp");
{/literal}
|