如何在 oracle maf 中的两个本地 HTML 页面之间导航

How to navigate between two local HTML pages in oracle maf

是否有在 oracle MAf 中使用 JavaScript 在本地 HTML 页面之间导航的示例。

还有 link 可用于在 Oracle MAF 中使用 JavaScript 编写业务逻辑。

这将 Work.Make 确保您将 HTML 页面保存在同一文件夹中。

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