Table of Contents

Search

  1. Preface
  2. Introduction
  3. Configuring the Data Director Application
  4. Establishing a Root Node
  5. Defining the Business Entity Model
  6. Configuring Business Entity Properties
  7. Configuring Reference Entity Properties
  8. Transforming Business Entities and Views
  9. Managing Many-to-Many Relationships
  10. Configuring Search
  11. Configuring Workflow Tasks and Triggers
  12. Configuring Security and Data Filters for Business Entities
  13. Integrating Data as a Service
  14. Configuring External Calls
  15. Designing the Data Director User Interface
  16. Localizing Data Director
  17. Provisioning Tool Frequently Asked Questions

Web Page Embedding Example

Web Page Embedding Example

You want to configure an inline frame to display a Bing search page that populates with the display name from the business entity.
The following sample code shows the inline frame configuration that you need for the Bing search page to appear in an Entity view:
<style> #box { height: 500px; overflow: auto; } </style> <div id="box"> <iframe src="http://www.bing.com/search?q=Informatica+{{displayName}}" allowtransparency="true" frameborder="0" scrolling="no" style="border:none;overflow:auto;height:100%;width:100%" > </iframe> </div>
The following image shows the Bing search page that appears in the Entity view:
The sample External Resources component displays a Bing web search.

0 COMMENTS

We’d like to hear from you!