OAF OA FRAMWORK open new window
pageContext.removeJavaScriptFunction("openNewPagePrint");
String url = "OA.jsp?page=/bh/oracle/apps/xdo/print/webui/PrintPG&retainAM=Y&OARF=printable";
OAUrl urlObject = new OAUrl(url);
OARenderingContext renderingcontext = pageContext.getRenderingContext();
String destURL = urlObject.createURL(renderingcontext);
String jScript = "window.open('"+destURL+"')";
pageContext.putJavaScriptFunction("openNewPagePrint", jScript);[@more@]
String url = "OA.jsp?page=/bh/oracle/apps/xdo/print/webui/PrintPG&retainAM=Y&OARF=printable";
OAUrl urlObject = new OAUrl(url);
OARenderingContext renderingcontext = pageContext.getRenderingContext();
String destURL = urlObject.createURL(renderingcontext);
String jScript = "window.open('"+destURL+"')";
pageContext.putJavaScriptFunction("openNewPagePrint", jScript);[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9976/viewspace-1024016/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- prevent a Javascript Modal Window to open itself in a new windowJavaScript
- Javascript window.openJavaScript
- Window_Open詳解
- window.open 詳解
- window.open()總結
- JS中window.open和window.opener的使用薦JS
- OAF_OAF Framework頁面分析(概念)Framework
- spring framwork解析Spring
- window.open()開啟新視窗教程
- OAF筆記筆記
- OAF and Jdev Patchdev
- window.open()和target= blank存在安全漏洞
- window.open()函式引數用法詳解函式
- HTTPS與Django REST FramworkHTTPDjangoREST
- 記一次小坑–關於window.open()
- 記一次小坑--關於window.open()
- safari 回撥中window.open無法執行
- 如何防止window.open彈窗被瀏覽器遮蔽瀏覽器
- 如何防止window.open()開啟網頁快取問題網頁快取
- 防止window.open()函式彈出視窗被攔截函式
- 怎樣讓window.open('aa.jsp')共享資料JS
- JavaScript檢測window.open()彈出視窗是否被攔截JavaScript
- js檢測window.open()彈出視窗是否被關閉JS
- Oracle OAF(Oracle Application Framework) SampleOracleAPPFramework
- OAF多語言的實現
- OAF export data from VO in xlsx formatExportORM
- ORACLE EBS中OAF遮蔽的錯誤Oracle
- 解決ajax回撥window.open瀏覽器阻止彈窗問題瀏覽器
- window.open()實現彈出視窗居中顯示程式碼例項
- IE8下window.open 二次無法載入頁面
- 使用window.open()函式開啟一個新頁面程式碼例項函式
- ajax回撥中使用window.open彈窗被chrome攔截的問題Chrome
- handle中存在非同步操作,window.open被瀏覽器阻止的問題非同步瀏覽器
- js實現window.open()彈出視窗和父視窗之間相互操作JS
- Entity Framwork Core 資料註解(Data Annotations)使用方法
- OAF helloworld 學習異常問題解決
- 使用window.open開啟新視窗被瀏覽器攔截的解決方案瀏覽器
- 移動端window.open跳轉連結時,iOS沒有反應的問題iOS