No Direct Access through iFrame - Joomla! Forum - community, help and support
i have problem trying pull .php page iframe in site working with. new joomla! , want know possible solutions might be.
i have read through quite few forums not finding right solution. have read on wrappers , have eard of people using iframes nothing have read seems able me out. trying create static shell have menu , header , forth , have iframe content of each section.
how wrapper work , can script custom made buttons?
is there way let iframe access .php sections?
i read include(), how work?
please help
i have read through quite few forums not finding right solution. have read on wrappers , have eard of people using iframes nothing have read seems able me out. trying create static shell have menu , header , forth , have iframe content of each section.
how wrapper work , can script custom made buttons?
is there way let iframe access .php sections?
i read include(), how work?
please help
hi my-twin
i had similar problem iframe. use of command seams pretty easy on site wouldn't work - on internet explorer. found out, taht iframe in ie security problem, , therefore disabled in on of last security updates.
check firefox sure!
so include command remains:
put following in code @ place file should show (e.g. in xy.html.php)
include ('../path/to/yourfile.php');
this must inside php-section of code.
greetings
blacklens
i had similar problem iframe. use of command seams pretty easy on site wouldn't work - on internet explorer. found out, taht iframe in ie security problem, , therefore disabled in on of last security updates.
check firefox sure!
so include command remains:
put following in code @ place file should show (e.g. in xy.html.php)
include ('../path/to/yourfile.php');
this must inside php-section of code.
greetings
blacklens
Comments
Post a Comment