Portal Object
Username:  
Password:
  > Home
> User Guide
> Reference
v Portal Object
    o Page Menu Model
    o Action Menu Model
    o Object Reference
> Development Guide


Shortcuts
sys Class
debug Class
Intrinsic Conversions
>> Portal Object <=  =>      <  1  2  3  4  5  6  7  8  >  
Starting the page BEE Portal Object Manual

After the initialisation in the <head ...> section, the next thing to do is to include the client scripts in the begining of the <body ...> section:

<body ...>
<beept%clientScripts>

Note 1: Since the client scripts contain hidden HTML constructs, it must appear within the <body ...> section.

Note 2: If your authoring software doesn't like tags that it doesn't know, you may use [beept%clientScripts] instead.

If you want to include a logo that clicks to the home page, here is an example:

<a href="${SiteURL}">
<img src="${SiteURL}images/logo.gif"
border="0"></a>

Note: ${...} is called "naked variable" in BEE.  It allows you to insert the value of a BEE variable into the HTML code without having to write a BEE section (<script language="bee"> ... </script>).

 

Previous Page       Next Page

Accsoft Computer Technology Pty Ltd     ABN: 98 065 617 549
PO Box 892, Epping NSW 1710         Level 1, Epping Office Park, 242 Beecroft Rd, Epping NSW 2121, Australia
Tel: Sydney - (02)98691668     National - 1300-881668         Fax: (02)98691866
© Copyright 2003 Accsoft Computer Technology Pty Ltd