Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

FMP7-IWP in a frameset

Featured Replies

I want this IWP-solution (FileMaker 7) to be used in a frame.

<html>

<body>

<frameset cols="125,*" border="1" framespacing="1">

<frame src="html.htm" name="left">

<frame src="http://10.0.0.151:80/fmi/iwp/cgi?-db=testiwp&-loadframes" name="main">

</frameset>

</body>

<html>

It looks great.

But none of the buttons of IWP work!

Am I overlooking something or is it simply not possible to work with (= push buttons) IWP inside a frame?

Hi,

I would also like to do something like that (I will open my solution in a full screen window and I want to put a JavaScript "close" button in a frame).

I tried, like you, to frame the IWP pages and I noticed something kind of obvious: the pages created by IWP are also inside frames (which I assume are create dynamically by the cgi)...

<frameset border="0" cols="147,*" frameborder="NO" framespacing="0" rows="*"

  onunload="window.iwp.handleUnload()">

	<frame title="Status Area for navigation within the database" frameborder="no"

	  marginheight="0" marginwidth="0" name="statusFrame" noresize scrolling="NO" src="res/status_frame.html">

	<frameset border="0" bordercolor="#D4D0C8" cols="12,*" frameborder="NO" framespacing="0" rows="*">

		<frame title="Toggle status area" frameborder="no" marginheight="0" marginwidth="0"

		  name="controlFrame1" noresize scrolling="NO" src="res/control_frame.html">

		<frame title="Database contents" frameborder="no" marginheight="0" marginwidth="0"

		  name="bodyFrame1" src="/fmi/iwp/cgi?-open">

	</frameset>

	<noframes>

	<body></body>

	</noframes>

</frameset>

Maybe we could tap into one of these frames and add our extra code... This looks easy, but maybe the cgi code has already all the frames hard-coded and will freak-out if there are any changes.

Has anybody every tried this? Any ideas?

-GerryGerry.

PS: remember to back-up before changing any IWP original pages wink.gif

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.