Hi,
I manage two websites for my employer. One is a secure server we use for LDAP authenticated web applications.
So, I have a homepage such as http://www.example.com, and then a secure analog at https://www4.example.com
I have data in a MySQL DB that I am requried to connect to securely only from the secure server www4.
My problem is I need to display a snipped of data (a handful of dates/calendar items) on the http://www.example.com homepage, without the ability to go in and get the data directly out of the DB.
I wrote a php page that sits on the secure site and pulls the data. Then I am using an iframe on the homepage to display this widget. Works perfectly in Firefox. But I cannot get the iframe to display in IE6. It will display the iframe if the page is local, but then I can't get the db data I need.
Is there a way around this for cross-domain iframes in IE?