- Goal
ボタン押下時に、WEBDAVのフォルダ内のPDFファイルを立ち上げる
その時に、テキストボックス(SELECTリスト)の値を引数として使う
(例) Openボタンをクリックしたら、テキストボックスの "文字列.pdf" を開く
これは、12345.pdfを開いたイメージ
- How
ボタンにダイナミックアクションを設定し、Javascriptで開く
ダイナミックアクションのJavascriptの例は以下の通りThis file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters//同じスクリーンに表示させる window.location.href = 'http://XXXXXXX/XXXXXX/XXXXX/'+ document.getElementById('P13_X').value+'.pdf'; //新しいWINDOWに表示させる window.open('http://XXXXXXX/XXXXXX/XXXXX/'+ document.getElementById('P13_X').value+'.pdf');
Oracle Application Express Notes | Apps development Notes | Google Cloud Platform | Python | apps test | Cool Beans | English | Books
2016/10/28
javascriptで他のページにリンクする - 動的アクション - APEX
ラベル:
APEX,
Javascript,
Oracle application express,
仕事,
動的アクション
登録:
コメントの投稿 (Atom)
0 件のコメント:
コメントを投稿