Leaked source code of windows server 2003
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.

21 lines
777 B

  1. <%@Language=Javascript%>
  2. <%
  3. //Session("Authenticated") = "Yes"
  4. if ( Session("Authenticated") != "Yes" )
  5. Response.Redirect("privacy/authentication.asp?../DBGPortal.asp" + Request.QueryString() )
  6. //82, *, 15
  7. %>
  8. <frameset border=0 frameSpacing=0 rows="82, *, 15" frameBorder=0>
  9. <frame src='include/header.asp' style="BORDER-BOTTOM: white 1px solid" name=eToolbar noResize scrolling=no>
  10. <frameset frameSpacing=0 cols='207,*' frameBorder='0'>
  11. <frame name='sepLeftNav' src='DBGPortal_LeftNav.asp' noResize marginheight='0' marginwidth='0'>
  12. <frame name='sepBody' src='DBGPortal_Help.asp' noResize marginheight='0' marginwidth='0'>
  13. </frameset>
  14. <FRAME style="BORDER-TOP: white 1px solid" name=eFooter src="include/foot.asp" noResize>
  15. </frameset>