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.

Grab a URL into filemaker?

Featured Replies

I would like to know if there is a way or a sample file that will show how to grab a url from a web browser? Thank you

Can you be more specific?

Do you mean web viewer or web browser.

  • Author

A Web Browser Sorry

If the Web viewer does work I would like to know that as well.

Thanks and Sorry I was not specific

No clue how to do it with a web browser - especially because you might have 20 of them open, which could be safari / ie / firefox / opera etc. and each of which would require a different methodology for obtaining the URL. Not to mention the fact that it would be again different on both OS's. The point is, getting a URL from a web browser just has no real context and so is problematic.

Regarding a web viewer, it's much simpler. All you have to do is name your webviewer (in layout mode, bring up the object info window, select the webviewer and then give it a name). After that, whenever you're on the layout, you can obtain the url via the following function: GetLayoutObjectAttribute( "webviewer_object_name" ; "source" )

  • Author

Thank You Genx.

Is it possible just to get the web page address? Not all the other HTML? Just the url posted in the address bar?

Perform applescript:

set AppleScript's text item delimiters to return

tell application "Safari" to get URL of every tab of window 1

set theLinks to result as text

copy theLinks to cell "Links" of current record

  • Author

thanks

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.