Avatar billede cocolumbo Nybegynder
04. februar 2001 - 12:35 Der er 3 kommentarer

Først handling når alle er udfyldt

Jeg har en form, der tjekker om indholdet af de forskellige felter er korrekte. Hvis de er korrekte aktiverer den en sessionparameter.

eks.

<% If not Request.Form(\"fontcolor\") = \"\" Then %>
<% Session(\"varFONTCOLOR\") = Request.Form(\"fontcolor\") %>

Dette gør den ved alle felterne i formen, og når de allesammen har fået en værdi, skal den redirecte til en anden side. Ikke et sekund før.

Hvordan tjekker jeg dem alle sammen?


p.s

Jeg har prøvet med følgende kode uden succes


If not Session(\"varURL\") = NULL and not Session(\"varNAVN\") = NULL and not Session(\"varEMAIL\") = NULL and not Session(\"varOVERSKRIFT\") = NULL and not Session(\"varBGCOLOR\") = NULL and not Session(\"varFONT\") = NULL and not Session(\"varSIZE\") = NULL and not Session(\"varPOSTNUMMER\") = NULL and not Session(\"varALDER\") = NULL and not Session(\"varFONTCOLOR\") = NULL and not Session(\"varHJEMMESIDENAVN\") = NULL Then
    Response.Write \"hurra\"
End If
Avatar billede a-torsten Nybegynder
04. februar 2001 - 12:40 #1
Fjern not´erne i
If not Session(\"varURL\") = NULL and not Session(\"varNAVN\") = NULL and not Session(\"varEMAIL\") = NULL and not Session(\"varOVERSKRIFT\") = NULL and not Session(\"varBGCOLOR\") = NULL and not Session(\"varFONT\") = NULL and not Session(\"varSIZE\") = NULL and not Session(\"varPOSTNUMMER\") = NULL and not Session(\"varALDER\") = NULL and not Session(\"varFONTCOLOR\") = NULL and not Session(\"varHJEMMESIDENAVN\") = NULL Then
    Response.Write \"hurra\"
End If

-Anders

ikke testet.... Men burde måske virke
Avatar billede a-torsten Nybegynder
04. februar 2001 - 12:46 #2
den her siger \"fejl\" hvis alle sessions er forskellig fra Null (0), og hurra hvis alle sessions er udfyldte...

If  Session(\"varURL\") <> NULL and Session(\"varNAVN\") <> NULL and Session(\"varEMAIL\") <> NULL and Session(\"varOVERSKRIFT\") <> NULL and Session(\"varBGCOLOR\") <> NULL and  Session(\"varFONT\") <> NULL and Session(\"varSIZE\") <> NULL and Session(\"varPOSTNUMMER\") <> NULL and Session(\"varALDER\") <> NULL and Session(\"varFONTCOLOR\") <> NULL and Session(\"varHJEMMESIDENAVN\") <> NULL Then
    Response.Write \"hurra\"
Else
    Response.Write \"Fejl\"
End If

-Anders
Avatar billede strax Nybegynder
04. februar 2001 - 13:29 #3
en variabel er ikke null når den ikke er sat, prøv istedet

if IsEmpty(Session(\"varURL\")) ... osv
Avatar billede Ny bruger Nybegynder

Din løsning...

Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.

Loading billede Opret Preview
Kategori
Kurser inden for grundlæggende programmering

Log ind eller opret profil

Hov!

For at kunne deltage på Computerworld Eksperten skal du være logget ind.

Det er heldigvis nemt at oprette en bruger: Det tager to minutter og du kan vælge at bruge enten e-mail, Facebook eller Google som login.

Du kan også logge ind via nedenstående tjenester