ITPUB??ì3
ITPUB论坛 » Oracle开发 » 请教Web.Show_Document知识

标题: 请教Web.Show_Document知识
离线 wfly2004
吃菜叶的菜虫



精华贴数 0
个人空间 0
技术积分 227 (8348)
社区积分 5 (15940)
注册日期 2007-2-27
论坛徽章:0
      
      

发表于 2008-7-3 10:03 
请教Web.Show_Document知识

各位谁了解Web.Show_Document的相关知识啊,可否给个详细的用法啊?


__________________
共同学习,切磋交流,技术无界,交流无限,ERP 技术交流群:63681017
只看该作者    顶部
离线 yuchangle
一般会员



精华贴数 0
个人空间 20
技术积分 234 (8124)
社区积分 2 (29432)
注册日期 2006-9-1
论坛徽章:0
      
      

发表于 2008-7-3 10:37 
没听过啊,是什么东东


只看该作者    顶部
离线 javens
资深会员


精华贴数 1
个人空间 529
技术积分 3078 (478)
社区积分 17402 (82)
注册日期 2004-6-29
论坛徽章:39
ITPUB元老生肖徽章2007版:狗生肖徽章:狗生肖徽章:羊生肖徽章:鸡 
      

发表于 2008-7-3 11:20 
WEB.SHOW_DOCUMENT Built-in Syntax: PROCEDURE SHOW_DOCUMENT (url VARCHAR2,  target VARCHAR2); Built-in Type: unrestricted procedure Enter Query Mode: yes Description: Specifies the URL and target window of a Web application. The values of target are defined in Java AppletContext.showDocument(URL url, String target), where target can be any named frame in the document. There are four reserved names that begin with '_' (underscore). Parameters: url  Datatype is VARCHAR2. Specifies the Uniform Resource Locator of the document to be loaded. target  Datatype is VARCHAR2. Specifies one of the following targets: '_self' Causes the document to load into the same frame or window as the source document. '_parent' Causes the target document to load into the parent window or frameset containing the hypertext reference. If the reference is in a window or top-level frame, it is equivalent to the target _self. '_top' Causes the document to load into the window containing the hypertext link, replacing any frames currently displayed in the window. '_blank' (default) Causes the document to load into a new, unnamed top-level window. Note that these targets are lowercase and enclosed in single quotation marks.Example /*** Built-in: WEB.SHOW_DOCUMENT ** Example: Display the specified URL in the target window. */ BEGIN WEB.SHOW_DOCUMENT('http://www.abc.com', '_self'); END;


__________________
只看该作者    顶部
离线 javens
资深会员


精华贴数 1
个人空间 529
技术积分 3078 (478)
社区积分 17402 (82)
注册日期 2004-6-29
论坛徽章:39
ITPUB元老生肖徽章2007版:狗生肖徽章:狗生肖徽章:羊生肖徽章:鸡 
      

发表于 2008-7-3 11:20 
到FORM BUILDER幫助中找


__________________
只看该作者    顶部
 
    

相关内容


CopyRight 1999-2006 itpub.net All Right Reserved.
北京皓辰广域网络信息技术有限公司. 版权所有
E-mail:Webmaster@itpub.net
京ICP证:010037号 联系我们 法律顾问