PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → How do you associate a web address from a data file with an IFrame?
How do you associate a web address from a data file with an IFrame?
Débuté par Dan Matis, 14 déc. 2008 04:59 - 1 réponse
Posté le 14 décembre 2008 - 04:59
WEBDEV 12

I have a file which stores the web address for each of our suppliers. When you view the supplier record I want to display the supplier's web page in an IFrame. The suppliers web address is stored in the data file record for the supplier.

How do I display dynamic data to an IFrame?

The help system for an IFrame says ...

To associate a page with an iFrame control:

1. Display the description window of the iFrame control (select "Description" from the control popup menu).

2. In the "Details" tab, select the page that will be displayed in the control:

a page found in the current project

the address of a site or site page (www.windev.com for instance).

3. Validate.


This appears to be static information ??
Posté le 15 décembre 2008 - 14:03
Hi Dan...

you can also display a dynamic addess in an ifram using browserOpen, or
pagedisplay (with the target being the iframe)

best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

More information on http://www.fabriceharari.com


Dan Matis wrote:
WEBDEV 12

I have a file which stores the web address for each of our suppliers. When you view the supplier record I want to display the supplier's web page in an IFrame. The suppliers web address is stored in the data file record for the supplier.

How do I display dynamic data to an IFrame?

The help system for an IFrame says ...

To associate a page with an iFrame control:

1. Display the description window of the iFrame control (select "Description" from the control popup menu).

2. In the "Details" tab, select the page that will be displayed in the control:

a page found in the current project

the address of a site or site page (www.windev.com for instance).

3. Validate.


This appears to be static information ??