ให้เราไปตั้งค่าที่ Desination URI property ของวัตถุที่ต้องการให้เป็นลิงค์
จากนั้นเพิ่มลิงค์ตามข้างล่างนี้ลงไป
javascript:var a = window.open('OA.jsp?page=/xxx/oracle/apps/seafa/sams/storage/server/xxxPG&reqId={@ReqId}&assetId={@AssetId}', 'a','height=800,width=500,status=yes,toolbar=no,menubar=no,location=no');a.focus();
และให้ตั้งค่าที่ Target Frame property ให้เป็น "_blank"
และถ้าหากต้องการสร้างปุ่มปิด Windows ด้วยก็ใช้คำสั่งในการปิดหน้าต่างต่อไปนี้
javascript:window.close();
ไม่มีความคิดเห็น:
แสดงความคิดเห็น