Quote:
Originally Posted by snorocket
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}
|
hi !!!
i have changed in .tpl file:
{ include file="location.tpl" last_location="Revelar On-Line"}
{capture name=dialog}
{literal}
include("http://xxx.xxx.xxx.xxx/jsp/login.jsp");
{/literal}
{/capture}
{ include file="dialog.tpl" title="Revelado On-Line" content=$smarty.capture.dialog extra="width=100%"}
but what appears it is the text chain: include("http://xxx.xxx.xxx.xxx/jsp/login.jsp");
where i am mistaken?