HTML 4.01 Frameset validation

Hi, 

can you please answer me the following questions?

Line12: no border attribute for <frameset>, seams to be a clear statement. 
However, without this attribute browsers draws white lines between the 
frames visible on not white backgrounds. How can those lines bee 
eliminated without this border="0" attribute?

Line14:&V= is the second parameter within this URL and the parser should 
allow any character as param Id ?

Line17: similar URL with same parameter at the same psoition, but no 
parser remark!?

tanks for better explication

Juerg



Below are the results of attempting to parse this document with an SGML 
parser. 
Line 12, column 18: 
   <frameset border="0" rows="33,*">
                    ^
Error: there is no attribute "BORDER" for this element (in this HTML 
version) 
Line 14, column 35: 
  ... Ticket.nsf/cmdvwMyTickets?ReadForm&V=vwMyTickets" frameborde ...
                                         ^
Error: unknown entity "V" 


1: <!DOCTYPE HTML PUBLIC"-//W3C//DTD HTML 4.01 Frameset//EN" >
2: <html><head>
3: <meta http-equiv="content-type" content="text/html; 
charset=ISO-8859-1">
4: 
5: <meta http-equiv="expires" content="0">
6: <meta http-equiv="pragma" content="no-cache">
7: <meta name="robots" content="noindex">
8: <meta name="robots" content="nofollow">
9: <meta name="author" content="Juerg H. Brandenberger">
10: <title>Content</title>
11: </head>
12:  <frameset border="0" rows="33,*">
13:     <frameset cols="*,230">
14: <frame name="cmd" 
src="/draft/ProTicket.nsf/cmdvwMyTickets?ReadForm&V=vwMyTickets" 
frameborder="0" marginwidth="0" marginheight="0" noresize scrolling="no">
15:         <frame name="Percmd" 
src="/draft/ProTicket.nsf/cmdStatic?readForm" frameborder="0" 
marginwidth="0" marginheight="0" noresize scrolling="no">
16:     </frameset>
17:     <frame name="content" 
src="/draft/ProTicket.nsf/vwMyTickets?OpenView&V=vwMyTickets" 
frameborder="0" marginwidth="0" marginheight="0" noresize 
scrolling="auto">
18: 
19: </frameset>
20: </html>

Received on Wednesday, 4 September 2002 20:20:30 UTC