Elxis CMS Forum

Support => General => Topic started by: tmcgee123 on October 22, 2008, 22:51:10

Title: Data access from Iframe
Post by: tmcgee123 on October 22, 2008, 22:51:10
Can code within an iframe (which is embedded in a component) access elxis database?
Title: Re: Data access from Iframe
Post by: datahell on October 23, 2008, 00:07:22
Off course you can. You must load Elxis inside that i-frame. See index.php and index2.php files on how elxis is being loaded.
See also how administration's popup windows load quickly Elxis.
Title: Re: Data access from Iframe
Post by: tmcgee123 on November 05, 2008, 21:40:06
Thanks for your help.