home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / MS_DEV / VID / SERVER / ASF / DATA.Z / roadmap.asp < prev    next >
Text File  |  1996-10-22  |  1KB  |  35 lines

  1. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
  2.  
  3. <html>
  4.  
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; iso-8859-1">
  7. <title>Roadmap</title>
  8.  
  9. </head>
  10. <% Set OBJbrowser = Server.CreateObject("MSWC.BrowserType") %>
  11. <% If OBJbrowser.ActiveXcontrols = "True" Then %> 
  12. <% File="tocctrl.htm" %>
  13.  <% Size=40 %>
  14. <% Scroll="yes" %>
  15. <% Else %> 
  16. <% File="ipcon.htm" %>
  17. <% Size=50 %>
  18. <% Scroll="Yes" %>
  19. <% End If %>
  20. <frameset rows="<% =Size %>,*" marginheight="0" marginwidth="0" >
  21.     <frame src="NavBar.htm" name="NavBar In Roadmap" MARGINWIDTH="0" FRAMESPACING=0  FRAMEBORDER="0"  marginheight="0"  noresize>
  22.     <frameset cols="340,65%">
  23.         <frame src=<% =File %> name="contents"  MARGINWIDTH="0" FRAMESPACING=0    marginheight="0" scrolling="<% =Scroll %>">
  24.         <frame src="ipmain.htm" name="main" marginheight="0" FRAMESPACING=0>
  25.     </frameset>
  26.     <noframes>
  27.     <BODY BGCOLOR="#FFFFFF"><FONT FACE="ARIAL,HELVETICA">
  28.     <p>This Web page uses frames, but your browser does not
  29.     support them.</p>
  30. </FONT>
  31.     </body>
  32.     </noframes>
  33. </frameset>
  34. </html>
  35.