View Single Post
  #2  
Old 06-17-2003, 06:11 PM
 
snorocket snorocket is offline
 

X-Adept
  
Join Date: Dec 2002
Posts: 403
 

Default 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}
Reply With Quote