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.

Run a Javascript on webviewer

Featured Replies

Is there a way to run a javascript on a page viewed in webviewer ?

like :) Javascript:Close()

As it is done in a address bar of a browser after a page is loaded ?

Xoomaster

I'm sorry I don't have an answer for this question. But I did read that javascript will 'work' in web viewer if it is installed in your web browser.

I am interested in finding a solution to post fields to a web site to automatically generate the response page and perhaps javascript could do it. I read this page recently:

from a blog regarding javascript posting

http://timjoh.com/javascript-post-variables-to-forms/

"It’s possible, and in fact very easy, to send POST variables with Javascript. I’m posting it here because I had some trouble coming up with a solution.

The only thing you have to do is to put an HTML form on a site, and use Javascript to submit it. If you don’t want the form to be visible, you can have the fields hidden. Here is a sample HTML code:

Use this JS function to submit the form:

function jsPost() {

document.theForm.submit();

}

It can be called in any way, for instance in a hyperlink:

Submit

Or as an event, like on body load:

"

so my idea is that I generate a custom page with the correct field values then post them to the page im trying to generate.

Maybe someone who knows something about this subject could interject here.

Thanks, Lea

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.