
September 21st, 2012, 04:43 AM
|
|
Registered User
|
|
Join Date: Sep 2012
Posts: 7
Time spent in forums: 2 h 13 m 17 sec
Reputation Power: 0
|
|
|
Hide output tmpl_var iframe
hello all
I'm looking for a way to hide output of an iframe
this is the simple code
Code:
<iframe WIDTH="728" HEIGHT="200" src="<tmpl_var link>"></iframe>
output
Code:
<iframe WIDTH="728" HEIGHT="200" src="http://hello.com"></iframe>
I tried but does not work with javascript unescape
the page does not contain any viruses / spam or other
simply do not want to you read output <tmpl_var link>
use CGI for print template link
Code:
index.cgi
$ses->PrintTemplate("example.html",
%$link,
%$c,
);
are 4 weeks I feel but I can not.
thanks
|