Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
217 B

  1. <%
  2. Response.Expires = 0
  3. %>
  4. <html>
  5. <head>
  6. <frameset name="top" rows="40%,60%">
  7. <frame src="raid1.asp" name="raid1" scrolling="yes">
  8. <frame src="raid2.asp" name="raid2" scrolling="yes">
  9. </frameset>
  10. </head>
  11. </html>