Search code examples
oracle-databasemaf

How to navigate between two local HTML pages in oracle maf


Is there any samples to navigate between local HTML pages using JavaScript in the oracle MAf.

Also is there any link available for writing business logic using JavaScript in Oracle MAF.


Solution

  • This will Work.Make sure that you keep your HTML pages in same folder.

    function call() 
    {
    location.href = "untitled2.html";
    }