0

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.

4

1 回答 1

1

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

function call() 
{
location.href = "untitled2.html";
}
于 2016-09-21T09:26:45.753 回答