Assignment 2 - Add a background color to the slide
Your second assignment in this workshop is to add a
choice of background color to the "slide" application.
To do so you will have to edit the files:
c:\workshop\ws124\html\sugisrv\slide.htm
and
c:\workshop\ws124\slide.sas
Launch Notepad twice to edit the above files.
c:\workshop\ws124\html\sugisrv\slide.htm
Check to see that the HTML file contains:
- A correct URL for the Broker.exe program - this should be:
http://tutora/scripts/broker.exe
- A correct _SERVICE parameter:
sugisrv - to run on the Application server on the NT server
or see: instructions for using an alternative Application Server
- A correct libname in the _PROGRAM parameter.
pXw124-
where X is the number of your machine to run on your machine's Application Server
(e.g. p17w124 would be the correct libname for machine #17)
Add a new <SELECT>....</SELECT> box for the background color.
Use the name "BCOLOR" for this parameter.
c:\workshop\ws124\slide.sas
Hint: Look for the line which sets the title color:
goptions ctitle=%superQ(TCOLOR);
The goption for setting the background color is "cback"
testing
Be sure to save your changes in Notepad before testing. To test, click the link below.
c:\workshop\ws124\html\sugisrv\slide.htm
When you are done with this assignment,
return to the outline