Interface HistoryFunctions

    • Method Detail

      • back

        void back()
        function back - Loads the previous URL in the history list.
        See Also:
        History
      • forward

        void forward()
        function forward - Loads the next URL in the history list.
        See Also:
        History
      • go

        void go​(JSNumber arg)
        function go - Loads a specific URL from the history list.
        Parameters:
        arg - goes to the URL within the specific position (-1 goes back one page, 1 goes forward one page)
        See Also:
        History
      • go

        void go​(JSString arg)
        function go - Loads a specific URL from the history list.
        Parameters:
        arg - the string must be a partial or full URL, and the function will go to the first URL that matches the string
        See Also:
        History