ThinkGeo.com    |     Documentation    |     Premium Support

Embedding Applications into PHP Content Management Platform

Hi I have embedded my application into a content management platform that is done in PHP, its a Iframe to the web app.


What are the limitations to doing this?



My Single server license, will the iframed application run on another web page iframed to the licensed server?


Do i need to implement a Seperate API Key for each domain it is embedded into ?



Anybody ?

Gregory, 
  
 Sorry response you so late. 
  
 For your situation, I think we don’t have limitations for that. You can use iframe for access your map page server. 
  
 But I remembered that our customer report they met pink tile problem sometimes when use iframe in IE and that haven’t been fixed. 
  
 You can build a simple sample and test for that, I am not sure whether you will meet that if map embeded in PHP. 
  
 Regards, 
  
 Don 
  


Be careful with the same origin policy. 
  
 from devarticles.com/c/a/JavaScript/JavaScript-Security/ 
  
  
 The Same-Origin Policy 
  
 The primary JavaScript security policy is the same-origin policy. The same-origin policy prevents scripts loaded from one Web site from getting or setting properties of a document loaded from a different site. This policy prevents hostile code from one site from “taking over” or manipulating documents from another. Without it, JavaScript from a hostile site could do any number of undesirable things such as snoop keypresses while you’re logging in to a site in a different window, wait for you to go to your online banking site and insert spurious transactions, steal login cookies from other domains, and so on.  
  


Rui, 
  
 Thank you for your remind. 
  
 Regards, 
  
 Gary