Comment puis-je créer une condition avec asp?
tel que:
j'ai fait ceci:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4 if(tag==1) { }
(Poivez vous corriger mon code "include" s'il est faux? Merci)
Mais il m'affiche un message d'erreur:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6 <% if(content==home){ #include virtual="/Home.asp" } %>
Merci pour votre aideErreur de compilation Microsoft VBScript error '800a0401'
Fin d'instruction attendue
/iisHelp/common/500-100.asp, line 11
Dim objASPError, blnErrorWritten, strServername, strServerIP, strRemoteIP Dim strMethod, lngPos, datNow, strQueryString, strURL
--------------------------------------------------------------------------^
Erreur de compilation Microsoft VBScript error '800a03ea'
Erreur de syntaxe
/folder/Default.asp, line 73
if(content==top){
-----------^
Partager