devxlogo

Invoking a JavaScript Function

Invoking a JavaScript Function

For the two major browsers, the easiest way to invoke a JavaScript function is create a java.net.URL instance using the JavaScript: protocol handler. To invoke the JavaScript command, pass the URL to showDocument() in java.applet.AppletContext. Using a different method will tie you to the specific browser, and if you need to support both Navigator and Internet Explorer, you will need to write browser-specific code for each. Navigator provides a class called netscape.javascript.JSObject through which you may access the object model of a document and call JavaScript functions. The easiest way to call JavaScript is to get the parent window of the applet and call its eval() method. The eval() method will accept valid JavaScript as a String argument and evaluate it.

See also  Professionalism Starts in Your Inbox: Keys to Presenting Your Best Self in Email
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist