File: PBWebEasyTreeViewExample.html
Size: 1229
Date: Sat, 08 Dec 2007 15:37:08 +0100
Type: html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
    <title>PB Web Easy - TreeView Datawindow Linking</title>
    <meta http-equiv="expires" content="0">
    <meta http-equiv="cache-control" content="no-cache">
    <meta http-equiv="pragma" content="no-cache">
    <script language="JavaScript" src="CheckSession.js"></script>
    <script language="JavaScript">
 
    function redirect () {
    }
    function myonload () {
    //Get Server
    shref = location.href;
    servstart = shref.indexOf("//") + 2;
    servend = shref.indexOf("/",servstart);
    var server = shref.substring(servstart, servend);
    append = shref.indexOf("/",servend+1)
    var application = shref.substring(servend+1, append);
    window.frames['treeview'].location.href = "/cgi-bin/pwe.exe/"+application+"/pwd_ds_treeview/of_gettreeview";
    }
    </script>
</head>
<frameset onload="javascript:myonload();" cols="35%,64%" rows="100%">
    <frame name="treeview">
    <frameset rows="25%,25%,25%,*" cols="100%">
        <frame name="sales" SCROLLING="NO"> 
        <frame name="customer" SCROLLING="NO"> 
        <frame name="order" SCROLLING="NO"> 
        <frame name="orderline" SCROLLING="NO"> 
    </frameset>
    <noframes></noframes>
</frameset>
</html>