home *** CD-ROM | disk | FTP | other *** search
/ Freelog 9 / Freelog009.iso / BAS / Internet / Abb / jump.asp < prev    next >
Text File  |  2000-03-02  |  1KB  |  33 lines

  1. <% @ LANGUAGE="VBScript" lcid="1036" %>
  2. <!--#include file="include.asp"-->
  3. <%
  4.     topicid2 = Request.form("jump")
  5.     visdt = Request.QueryString("visdt2")
  6.     vish = Request.QueryString("vish2")
  7. %>
  8. <html>
  9.  
  10. <head>
  11. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  12. <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
  13. <meta name="ProgId" content="FrontPage.Editor.Document">
  14. <meta HTTP-EQUIV="Refresh" CONTENT="0.01;URL=topic.asp?topicid=<% =topicid2 %>&visdt2=<% =visdt %>&vish2=<% =vish %>">
  15. <title>ABB</title>
  16. <style type="text/css">
  17. <!--
  18. A:link{text-decoration: none; color: <% =EnvironnementRes("envlnk") %>;}
  19. A:visited{text-decoration: none; color: <% =EnvironnementRes("envlnk") %>;}
  20. A:active{text-decoration: underline; color: <% =EnvironnementRes("envvlnk") %>;}
  21. A:hover{text-decoration: underline; color: <% =EnvironnementRes("envvlnk") %>;}
  22. -->
  23. </style>
  24.  
  25. </head>
  26.  
  27. <body bgcolor="<% =EnvironnementRes("envback") %>" text="<% =EnvironnementRes("envtxt") %>" link="<% =EnvironnementRes("envlnk") %>" vlink="<% =EnvironnementRes("envvlnk") %>">
  28.  
  29. <!--#include file="basdepage.asp"-->
  30. </body>
  31.  
  32. </html>
  33.