Pass variables throw info box

Page: 1

Author Post
Klaus Kisser
Guest
Hi, If anybody could help with this topic, I'll appreciate

The point is: Can I pass some var throw info:#sample_info?
In my case, I need to pass some Ids to load information from database
into a iframe inside in sample_info div.
It?s possible?
:roll:
Administrator
Registered: Aug 2008
Posts: 3382
Hi Klaus.

Do yourself a favour. Don't try to pull the info content in from a hidden div and update that. It will be much easier to pull this in using ajax. If you're getting data from a database, you must be using something like php on the server side. Setup something like info:somePage.php infoOptions:`type:ajax` Then on the backend you can have somePage.php pump out whatever dynamic content it is you need.
Klaus Kisser
Guest
Thanxs.
You right, It's gonna be much easier using ajax to get the information.
I'll try it.

Page: 1