Templates

Two templates are used in this application:

Myapp.headfoot.htm

Contains the HTML code for the standard heading and footing used for all Web pages used in this section of the Web site. In this template, the flags ##TITLE## and ??HEADLINE?? are modified by the application. The flag ##CONTENT## is required in all headfoot templates and separates the heading and footing sections of the template.

Myapp.body

Contains the HTML code for the static, unchanging portion of this specific Web page. The flag !!VALUEHERE!! was agreed upon by the Web page designer and the Pick BASIC programmer to allow the proper placement of the dynamic information extracted from the database. This template also defines the Web page variable USERSSTRING which contains the user’s response.

Myapp.headfoot.htm contains:

<HTML><HEAD>

<TITLE>##TITLE##</TITLE></HEAD>

<BODY BGCOLOR=white>

<H1 ALIGN=CENTER>??HEADLINE??</H1>

##CONTENT##

<HR>

<CENTER>

Please contact us at: www.rainingdata.com

</CENTER></BODY></HTML>

Myapp.body contains:

String: <HTML><BODY><!--SECTION--><INPUT TYPE="TEXT" NAME="USERSSTRING" VALUE="!!VALUEHERE!!" SIZE="30"><BR><INPUT TYPE="SUBMIT" VALUE="SUBMIT"><BR><INPUT TYPE="SUBMIT" VALUE="END"><!--/SECTION--></BODY></HTML>

See Also

Sample FlashConnect Application

Web Page

Data

Application

w3Apps

Universal Resource Locator

Users Action