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.

how do you send java script commands in the web viewer

Featured Replies

I'd like to send the java script: javascript:NextPage(1) to a website from the webviewer. Is there any way to send this via post url. Thanks in advance

I think you need to take a look at this plugin it has been very helpful to me:

http://www.monkeybreadsoftware.de/filemaker/index.shtml

  • 3 weeks later...

You want to send a javascript command via a post url... you know that doesn't make a whole lot of sense right?

POST -> Is by its nature not sent via a URL (though there is a work around for this which can be provided if required)

Sending something via a url implies that the page should be refreshed in any case which sort of eliminates the purpose of javascript especially given that in most cases a variable's life in JS will not extend past that particular page load.

The page is likely expecting a particular variable either submited via the URL (or $_GET) or otherwise via the POST method (possible to simulate via a URL) to set the initial page if that is in fact what you're trying to achieve.

Bottom line is please be more specific with what you're actually trying to achieve. Submitting the URL you're trying to play with would probably also be useful.

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.