Jump 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.

Featured Replies

So i came into bij trouble with iframes (see previous post), spend to much time in trouble shooting.

I still nee to create multiple records in one instance, so i need frames

I know some of you disagree with frames.

Anyway, for those of you that consider this is some sample code (any improvement comments are welcome because i am sure no expert)

<FRAMESET ROWS="250,*" FRAMEBORDER="0" border="0" framespacing="0" >

<FRAME NAME="onder" SRC="onder.htm" NORESIZE SCROLLING="no">

<FRAME NAME="boven" SRC="FMPro?-DB=test.fp5&-lay=L1&-Format=boven.htm&-Error=boven.htm&-Token.0=6969&veld=1&-Find" NORESIZE SCROLLING="no">

</FRAMESET>

onder.htm

<FORM NAME="form1">

<INPUT TYPE="TEXT" NAME="v1"><BR>

<INPUT TYPE="TEXT" NAME="v2"><BR>

<INPUT TYPE="TEXT" NAME="v3"><BR>

<INPUT TYPE="TEXT" NAME="v4"><BR>

<INPUT TYPE="TEXT" NAME="v5"><BR>

</FORM>

</BODY>

boven.htm

<SCRIPT LANGUAGE=javascript>

function initpage()

{

var vv="[FMP-CurrentTime:long]"

parent.boven.document.form0.v1.value=vv

parent.boven.document.form0.v2.value="[FMP-CurrentToken:0]"

parent.boven.document.form0.v3.value="[FMP-CurrentRecordCount]"

parent.boven.document.form0.v4.value="[FMP-CurrentFoundCount]"

parent.boven.document.form0.v5.value="[FMP-FIELD:veld]"

top.onder.document.form1.v1.value=vv

parent.onder.document.form1.v2.value="[FMP-CurrentToken:0]"

parent.onder.document.form1.v3.value="[FMP-CurrentRecordCount]"

parent.onder.document.form1.v4.value="[FMP-CurrentFoundCount]"

parent.onder.document.form1.v5.value="[FMP-FIELD:veld]"

}

</SCRIPT>

<FORM NAME="form0">

<INPUT TYPE="TEXT" NAME="v1"><BR>

<INPUT TYPE="TEXT" NAME="v2"><BR>

<INPUT TYPE="TEXT" NAME="v3"><BR>

<INPUT TYPE="TEXT" NAME="v4"><BR>

<INPUT TYPE="TEXT" NAME="v5"><BR>

</FORM>

</BODY>

Create an account or sign in to comment

Important Information

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

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.