webcast.asp 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <%
  2. Option Explicit
  3. Response.Expires = 0
  4. %>
  5. <!--
  6. * This file is part of the LibreOffice project.
  7. *
  8. * This Source Code Form is subject to the terms of the Mozilla Public
  9. * License, v. 2.0. If a copy of the MPL was not distributed with this
  10. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  11. *
  12. * This file incorporates work covered by the following license notice:
  13. *
  14. * Licensed to the Apache Software Foundation (ASF) under one or more
  15. * contributor license agreements. See the NOTICE file distributed
  16. * with this work for additional information regarding copyright
  17. * ownership. The ASF licenses this file to you under the Apache
  18. * License, Version 2.0 (the "License"); you may not use this file
  19. * except in compliance with the License. You may obtain a copy of
  20. * the License at http://www.apache.org/licenses/LICENSE-2.0 .
  21. -->
  22. <!-- #include file = "common.inc" -->
  23. <%
  24. Session( "GIFID" ) = File_getDataVirtual( csFileCurrent, ".", ";" )( 0 )
  25. %>
  26. <HTML>
  27. <HEAD>
  28. </HEAD>
  29. <FRAMESET ROWS="*,2" BORDER=0 FRAMEBORDER=0 FRAMESPACING=0>
  30. <FRAME SRC="./show.asp" NAME="frame1" SCROLLING=yes RESIZE MARGINWIDTH=0 MARGINHEIGHT=0 FRAMEBORDER=0>
  31. <FRAME SRC="./poll.asp" NAME="frame2" SCROLLING=no NORESIZE MARGINWIDTH=0 MARGINHEIGHT=0 FRAMEBORDER=0>
  32. </FRAMESET>
  33. <NOFRAMES>
  34. <BODY BGCOLOR="white">
  35. <META HTTP-EQUIV="-REFRESH" CONTENT="1;URL=./show.asp">
  36. </BODY>
  37. </HTML>