当前位置: 代码迷 >> 综合 >> powerbuilder window plug-in
  详细解决方案

powerbuilder window plug-in

热度:44   发布时间:2023-12-16 12:06:00.0

html文件:

< html >
    
< HEAD >
        
< TITLE > PB window plug-in </ TITLE >
    
</ HEAD >
    
< BODY >         
        
< H1 > PB window plug-in </ H1 >
        
< P > 使用window plug-in在浏览器中显示一个child类型窗口。 </ P >
        
< P >< EMBED  SRC =crp.pbd  WIDTH =370  HEIGHT =320  WINDOW =w_web_test  ></ P >             
    
</ BODY >
</ HTML >

EMBED其他可选属性:LIBRARY=http://192.168.1.2:8080/crp.pbd

                                  commandparm="parmstring",可以给窗口传递参数,在窗口中用PB函数CommandParm()返回。

                                  application=appname

web服务器:

注册MIME type

标准模式:application/vnd.powerbuilder8

安全模式:application/vnd.powerbuilder8-s

browser端:

将以下文件拷到浏览器plugins目录中,标准模式:NPPBA80.dll,安全模式:NPPBS80.dll

IE6显示不了,用Netscape7显示正常。

  相关解决方案