Your first BEE Web Page
Username:  
Password:
  > Home
v User Guide
    > Introduction
    v Hello World
       o Authoring program set up
       o Your first BEE Web Page
       o Your first BEE Section
       o Using Variables
       o What is the time now
       o More on conversions
    > Flow Control
    > Function Calls
    > Authentication
    > Database access
    > Content Management
    > Remote Calling
    > Object-Oriented
    > Other Features
> Reference
> Portal Object
> Development Guide


Shortcuts
sys Class
debug Class
Intrinsic Conversions
>> User Guide >> Hello World >> Your first BEE Web Page <=  =>      <  1  >  
Creating your first BEE Web Page

Now let's create the hello.htm page (File >> New File and name it as "hello.htm"), and open it.  You will see the following already in place:

<html>

<head>

<title>Untitled Document</title>

</head>

 

<body bgcolor="#FFFFFF" text="#000000">

 

</body>

</html>

 

To display "Hello World" as a header, all we need is to type it in:

<html>

<head>

<title>Hello World</title>

</head>

 

<body bgcolor="#FFFFFF" text="#000000">

<h1>Hello World

</h1>

</body>

</html>

 

(By the way, we have modified the Title as well.)

Upload the file (Site >> Put), and wait for a few seconds for the BEE Server to compile.  Then enter www.mysite.com to your browser and you will see:

Hello World

Note: In this implementation of BEE, the compilation is done at the upload time.  It may take a few seconds before the new page appears.  Accessing the page while it is being compiled is harmless; you simply get a message asking you to wait, and the result will come when the compilation is complete.  (Your client browser will poll every 5 seconds until the web page becomes available.)

 

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