User: tobias  
  Date: 00/12/17 12:35:44

  Modified:    .        index.htm
  Log:
  increased browser compatibility
  
  Revision  Changes    Path
  1.5       +5 -5      newsite/index.htm
  
  Index: index.htm
  ===================================================================
  RCS file: /products/cvs/ejboss/newsite/index.htm,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.htm 2000/12/03 04:36:30     1.4
  +++ index.htm 2000/12/17 20:35:44     1.5
  @@ -1,4 +1,4 @@
  -<html>
  +<html lang="en">
   
        <head>
                <title>jBoss -- Coding the Future. World-class J2EE technologies in 
open source.</title>
  @@ -6,12 +6,12 @@
        </head>
   
        <frameset rows="54,*,40" cols="*" frameborder="NO" border="0" framespacing="0">
  -             <frame src="business/jboss-topbar.htm" name="topbar" scrolling="NO" 
marginwidth="0" marginheight="0" frameborder="NO" noresize>
  +             <frame src="business/jboss-topbar.htm" name="topbar" scrolling="NO" 
marginwidth="0" marginheight="0" frameborder="NO" noresize title="displays logo on 
top">
                <frameset cols="170,*" frameborder="NO" border="0" framespacing="0">
  -                     <frame src="business/menu.html" name="navbar" marginwidth="0" 
marginheight="0" frameborder="NO" noresize scrolling="AUTO">
  -                     <frame src="business/business.html" name="main" 
frameborder="NO" marginwidth="15" marginheight="10" noresize scrolling="AUTO">
  +                     <frame src="business/menu.html" name="navbar" marginwidth="0" 
marginheight="0" frameborder="NO" noresize scrolling="AUTO" title="Navigation bar">
  +                     <frame src="business/business.html" name="main" 
frameborder="NO" marginwidth="15" marginheight="10" noresize scrolling="AUTO" 
title="Welcome screen. Content changed by navigation bar.">
                </frameset>
  -             <frame src="business/jboss-botbar.htm" name="botbar" scrolling="NO" 
marginwidth="0" marginheight="0" frameborder="NO" noresize>
  +             <frame src="business/jboss-botbar.htm" name="botbar" scrolling="NO" 
marginwidth="0" marginheight="0" frameborder="NO" noresize title="Copyright">
        </frameset>
        <noframes>
   
  
  
  

Reply via email to