Jump to content

This topic is 7358 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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?

Posted

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

This topic is 7358 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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