PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → [WB21] - Frames and opening pages in frames
[WB21] - Frames and opening pages in frames
Débuté par JP, 06 juin 2016 14:21 - 1 réponse
Posté le 06 juin 2016 - 14:21
Hi All

Classic site
Ajax off (or not set)

I want to create a homepage which has some button/image controls across the top which will hold some logos and options. And a frame underneath which will hold the content of the options the user selects in the frame across the top.

I created an image control and in the definition I set it to open a page in the main content iFrame control I had placed on the main page.This worked very well.

But now I move that image control to an iFrame running across the top of the main page and the description of the image control no longer allows me to set the target of the page to open to the content iframe control in the main page. It opens up in a new browser tab.

Can an image control in one iFrame not target another iFrame with the page it is set to load? If not, what is the correct way to have a set of buttons, images running across the top of the page which will NOT scroll off-screen when the main body of the page is scrolled down?

TIA
Membre enregistré
3 messages
Posté le 07 octobre 2017 - 15:23
try the command:
IFRM_IFrame..URL = PageAddress(PAGE_MyPage, paFULL)