sasweb/IntrNet9/MRV
directory under your Web server root document directory. Modify
the webeis.html file to specify your site's repositories, services,
background colors, and so on. You can specify a subclass of the WEBEIS
class to customize viewer behavior. See Method 3, Step 2 for a description
of the CLASS parameter.
dm "af c=sashelp.webeis.rptsel.scl metabase=my-metabase pathname='HTML-file' <CGI='broker-URI'> <title='1996 Sales Report'> <bgtype='color'> <bg=blue> <class='sashelp.override.myweb.class'>";Here
/cgi-bin/broker
or scripts/broker.exe
). If you do not specify a value for this option, you must supply
a value in the HTML file after it is created.
bgtype='color'
to control the color of the background or bgtype='image'
to control the background pattern displayed in the application reports.
Use this option with the BG option, described below. A BGTYPE value
is optional. If you specify bgtype='color'
, the BG option expects one of the named colors or a hexadecimal
value for one of the colors that is supported by your Web browser.
If you specify bgtype='image'
, the BG option
expects the URL of a background image file. You can specify only GIF
and JPG image files for the background. If you specify BGTYPE and
omit BG, or if you do not use either option, the background is the
default color, silver.
bgtype='color'
, then specify
a color value for BG. If you specify bgtype='image'
, then specify an image value for BG. You can specify a color name
or a hexadecimal value for the color value. You can specify a URL
for the image file value. See the documentation for your Web browser
for valid color values. If you specify BG and omit BGTYPE, or if you
do not use either option, the background is the default color, silver.
sashelp.override.myweb sashelp.override.myweb.class
<FORM ACTION="broker-URI">
, you must supply a value if you did not specify
the CGI= option in the AF command that creates the HTML pages.
<BR>Select service: <SELECT NAME="_service"> <OPTION VALUE="service-name" SELECTED>service-labelspecify the list of services that are available at your site. Provide an <OPTION> tag for each of your services. For more information about services, see _SERVICE.