home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 9
/
Freelog009.iso
/
BAS
/
Internet
/
Abb
/
dopref.asp
< prev
next >
Wrap
Text File
|
2000-03-02
|
2KB
|
48 lines
<% @ LANGUAGE="VBScript" lcid="1036" %>
<!--#include file="include.asp"-->
<%
vision2=request.form("vision")
cookie2=request.form("cookie")
If cookie2="Oui" Then
Response.Cookies("abb").Expires = Now()
Else
Response.Cookies("abb")("vision") = vision2
Response.Cookies("abb").Expires = Now() + 365
End If
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>ABB</title>
<style type="text/css">
<!--
A:link{text-decoration: none; color: <% =EnvironnementRes("envlnk") %>;}
A:visited{text-decoration: none; color: <% =EnvironnementRes("envlnk") %>;}
A:active{text-decoration: underline; color: <% =EnvironnementRes("envvlnk") %>;}
A:hover{text-decoration: underline; color: <% =EnvironnementRes("envvlnk") %>;}
-->
</style>
</head>
<body bgcolor="<% =EnvironnementRes("envback") %>" text="<% =EnvironnementRes("envtxt") %>" link="<% =EnvironnementRes("envlnk") %>" vlink="<% =EnvironnementRes("envvlnk") %>">
<font face="Arial" size="2"><b>
<center>Vos prΘfΘrences ont ΘtΘ sauvΘes !<br><br>Vous allez automatiquement Ωtre ramenΘ sur le forum.<br>Sinon cliquez ici : <a href="default.asp">Retour au forum</a></center>
<%
temps=Now()
While DateDiff("s",temps,Now())<3
Wend
%>
<script language="javascript">
document.location="default.asp";
</script>
</b></font>
<!--#include file="basdepage.asp"-->
</body>
</html>