Interface HistoryFunctions

All Superinterfaces:
JS5ObjectFunctions, JSObjectFunctions
All Known Implementing Classes:
History

public interface HistoryFunctions extends JS5ObjectFunctions
  • Method Details

    • back

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

      void forward()
      function forward - Loads the next URL in the history list.
      See Also:
    • 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:
    • 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: