Consultor Eletrônico



Kbase 17067: Getting Started w/ WebSpeed(2.x Notes) Workshop code errors
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   07/06/1998
Getting Started w/ WebSpeed(2.x Notes) Workshop code errors

The Getting Started with WebSpeed Workshop has the following errors
in the sample code (hard-copy version only, the HTML was fixed before
FCS):
p. 3-19
The first line has an extra pound sign (#). This is the correct syntax
<body bgcolor="white" text="#00008080">

p. 3-20
Double quotes are missing from lines 1 and 8 . This is the correct
syntax:
<frameset rows="20%,*">
<frame src="mylogo.html" name="SA_header" marginwidth="5"
marginheight="3">
<frameset cols="20%,*">
frame src="myindex.html" name="SA_index" marginwidgth="5"
marginheight="3">
frame src="mymain.html" name="SA_main" marginwidgth="5"
marginheight="3">
</frameset>
</frameset>

Progress Software Technical Support Note # 17067