Adeveloper Message Banner 2.0

Message Banner 2.0 multi-message example with 3D frame. The Message Banner above displaying the welcome message, domain, ip address, real time date, and mouse click message is configured by the following HTML code example. Display this banner on your Web page using the Adeveloper mpanel2.class file and the following HTML code example.

HTML code example...

1)   <CENTER><FONT FACE="ARIAL">
2)   <APPLET CODE="mpanel2.class"   HEIGHT=52 WIDTH=580>
3)   <PARAM NAME="copyright1" VALUE="Adeveloper Copyright (c) 1999">
4)   <PARAM NAME="copyright2"  VALUE="http://www.Adeveloper.com/">

5)   <PARAM NAME="url"
                    VALUE="http://www.Adeveloper.com/resource.html">

6)   <PARAM NAME="bold"           VALUE="1">
7)   <PARAM NAME="italic"           VALUE="0">
8)   <PARAM NAME="frame"           VALUE="7">

9)   <PARAM NAME="def_dly"           VALUE="2000">
10) <PARAM NAME="def_msgCol"     VALUE="white">
11) <PARAM NAME="def_bgCol"         VALUE="blue">
12) <PARAM NAME="def_upFrCol"       VALUE="gray">
13) <PARAM NAME="def_lowFrCol"       VALUE="black">

14) <PARAM NAME="lines"         VALUE="5">

15) <PARAM NAME="msg_1"       VALUE="Welcome to my site">

16) <PARAM NAME="msg_2"       VALUE="domain">

17) <PARAM NAME="msg_3"       VALUE="ip">

18) <PARAM NAME="msg_4"       VALUE="date">
19) <PARAM NAME="bgCol_4"     VALUE="red">
20) <PARAM NAME="dly_4"         VALUE="4000">

21) <PARAM NAME="msg_5"     VALUE="MOUSE CLICK THIS BANNER!">

22) </APPLET>
23) </FONT></CENTER>


Example line functions...

1)   Center Message Banner and use Arial font for banner display.

2)   Start applet tag using mpanel2.class file with a
      height of 52 and a width of 580.

3)   Adeveloper copyright line one, not visible to visitor.

4)   Adeveloper copyright line two, not visible to visitor.

5)   Banner mouse click load url.

6)   Display message text in bold.

7)   Display message italic text off.

8)   Message panel frame 7 wide.

9)   Default message delay 2000 milli-seconds (2 seconds).

10) Default message color white.

11) Default background color blue.

12) Default upper frame color gray.

13) Default lower frame color black.

14) Display 5 message lines.

15) Message #1 - "Welcome to my site".

16) Message #2 - display visitors domain.

17) Message #3 - display visitors IP address.

18) Message #4 - display time and date.

19) Message #4 - message background color red.

20) Message #4 - message delay 4 seconds.

21) Message #5 - "MOUSE CLICK THIS BANNER!".

22) End of applet tag.

23) End of font and end of center from line one.


General Notes...

o   Example code for multi-line message banner with 3D frame

o   Messages are automatically centered in applet object.

o   Font size is set by applet height.

o   Copy and past above code into HTML Web page to display
      banner, remove the green line numbers.

o   The mpanel2.class file must be in the same directory as the
      Web page displaying the IP address banner.

o   The mpanel2.class file must be named exactly as shown - all lower case.

o   Always upload Java(tm) applet class files to your server using the
      eight-bit binary mode of data transfer.

o   For a more detailed explanation of the applet parameters and the
      use of the Message Banner please reference the README.TXT file
      included in the download zip file.


Adeveloper Message Banner 2.0

Adeveloper