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.

25 lines
316 B

  1. <HTML>
  2. <HEAD>
  3. <Script language=javascript>
  4. function loadcontent()
  5. {
  6. {
  7. document.all("frmContent").src = window.dialogArguments;
  8. }
  9. }
  10. /*
  11. function MyCallBack()
  12. {
  13. document.frames(0).HideForAU();
  14. }
  15. */
  16. </Script>
  17. </HEAD>
  18. <FRAMESET ROWS="100%" onload=loadcontent()>
  19. <FRAME ID=frmContent SRC="">
  20. </FRAMESET>
  21. </HTML>