comme ca :
<html> <head>
<% ' declaration de ta base et de ton recordset
set TaBase = ... open TabBase ... set TonRS = open TonRS ...
NomVar = TonRS.Fields("Nom_du_champ")
%>
<title><% = NomVar %></title>
</head> <body> ... </body> </html>
------------------------------- Réponse au message : -------------------------------
COMMENT METTRE UNE VALEUR D'UNE BASE DANS LE TITRE DE LA FENETRE!!!
|