Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
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.
This will Work.Make sure that you keep your HTML pages in same folder.
function call() { location.href = "untitled2.html"; }