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";
}