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

I can think this through, but I can't program it because I don't know enough.

1) the browser treats everything that it receives through CDML as though it had been typed in the page's file.

2) this can break JS/CDML scripts if the CDML includes returns or other delimiters (drag)

3) on the other hand, it means that FM can send any JS (anything in text at all, really--and since HTML is all text...) to the browser

4) and JS can send script commands back to FM (I assume this, may be correct)

5) so you could use your browser's ability to do JS (including GREP and arbitrarily-large programs) even when you're not really serving web pages

6) if they could be tightly integrated, we would finally have a real language

Is this worth pursuing?

1) the browser treats everything that it receives through CDML as though it had been typed in the page's file.

Yes

2) this can break JS/CDML scripts if the CDML includes returns or other delimiters (drag)

Yes, this is a pain. So you do have to use tags such as [FMP-Field:myfield,break] etc.

3) on the other hand, it means that FM can send any JS (anything in text at all, really--and since HTML is all text...) to the browser

Yes, you can use the [FMP-If] tags to decide which JS is being delivered to the browser. You can even have it stored in a field.

4) and JS can send script commands back to FM (I assume this, may be correct)

Yes

5) so you could use your browser's ability to do JS (including GREP and arbitrarily-large programs) even when you're not really serving web pages

Yes, this is powerful. It takes some of the processing away from the database server.

6) if they could be tightly integrated, we would finally have a real language

Is this worth pursuing?

Yes smile.gif

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.