removeLink()

The removeLink() function (client-side) removes a link previously added to the Link section on the product interface using the addLink() function.

Syntax

Use this syntax for the removeLink() function:

            removeLink('https://www.oracle.com/'); 

          

Return Value

The removeLink() function returns undefined.

Parameters

The removeLink() function accepts a URL as a required string parameter.

Examples

The following examples show how to use the removeLink() function.

Removing A Link

This example removes the specified link from the Link section on the product interface.

              removeLink('https://www.oracle.com/'); 

            

Related Topics

General Notices