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.

Results in two frames

Featured Replies

Hey All,

A quick question: Can an inline action do a sub-search and display the results in a seperate HTML file in its own frame? If so, how. My head hurts and the wall is only getting harder.

Thanks.

As far as I am aware you cannot do this directly - only indirectly through a javascript constructed meta refresh in the other frame.

Basically in the first frame A, you have some javascript code that writes a new HTML page in frame B. This HTML page is a meta refresh which contains a -find; what you call a sub-search. No inlineaction is required.

The downside is that it requires the browser to allow javascript which you cannot guarantee the average user accepts.

If it's still OK, you need javascript code like:

frameB.document.open()

frameB.document.write(<meta refresh etc.....&gt ; )

frameB.document.close()

Graeme

[ December 05, 2001: Message edited by: graemeaustin ]

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.