Støv, fibre og metalliske partikler kan påvirke både uptime, levetid og driftssikkerhed. Derfor arbejder flere datacentre systematisk med contamination control.
antalRigtige = 0 if isNumeric(Reques.Form(”sp1”)) and isNumeric(Reques.Form(”sp2”)) and isNumeric(Reques.Form(”sp3”)) and isNumeric(Reques.Form(”sp4”)) and isNumeric(Reques.Form(”sp5”)) and isNumeric(Reques.Form(”sp6”)) then
if Int(request.Form(“sp1”) = svar1 then antalRigtige = antalRigtige + 1 end if if Int(request.Form(“sp2”) = svar2 then antalRigtige = antalRigtige + 1 end if if Int(request.Form(“sp3”) = svar3 then antalRigtige = antalRigtige + 1 end if if Int(request.Form(“sp4”) = svar4 then antalRigtige = antalRigtige + 1 end if if Int(request.Form(“sp5”) = svar5 then antalRigtige = antalRigtige + 1 end if if Int(request.Form(“sp6”) = svar6 then antalRigtige = antalRigtige + 1 end if
procent = antalRigtige / 6 * 100
Response.write ”Du har svaret rigtigt på ” & roundnumber(procent,2) & ”%”
antalRigtige = 0 if isNumeric(Reques.Form("sp1")) and isNumeric(Reques.Form("sp2")) and isNumeric(Reques.Form("sp3")) and isNumeric(Reques.Form("sp4")) and isNumeric(Reques.Form("sp5")) and isNumeric(Reques.Form("sp6")) then
if Int(request.Form(“sp1") = svar1 then antalRigtige = antalRigtige + 1 end if if Int(request.Form(“sp2") = svar2 then antalRigtige = antalRigtige + 1 end if if Int(request.Form(“sp3") = svar3 then antalRigtige = antalRigtige + 1 end if if Int(request.Form(“sp4") = svar4 then antalRigtige = antalRigtige + 1 end if if Int(request.Form(“sp5") = svar5 then antalRigtige = antalRigtige + 1 end if if Int(request.Form(“sp6") = svar6 then antalRigtige = antalRigtige + 1 end if
procent = antalRigtige / 6 * 100
Response.write "Du har svaret rigtigt på " & roundnumber(procent,2) & "%"
antalRigtige = 0 if isNumeric(request.Form("sp1")) and isNumeric(request.Form("sp2")) and _ isNumeric(request.Form("sp3")) and isNumeric(request.Form("sp4")) and _ isNumeric(request.Form("sp5")) and isNumeric(request.Form("sp6")) then
if Int(request.Form("sp1")) = svar1 then antalRigtige = antalRigtige + 1 end if if Int(request.Form("sp2")) = svar2 then antalRigtige = antalRigtige + 1 end if if Int(request.Form("sp3")) = svar3 then antalRigtige = antalRigtige + 1 end if if Int(request.Form("sp4")) = svar4 then antalRigtige = antalRigtige + 1 end if if Int(request.Form("sp5")) = svar5 then antalRigtige = antalRigtige + 1 end if if Int(request.Form("sp6")) = svar6 then antalRigtige = antalRigtige + 1 end if
procent = antalRigtige / 6 * 100
Response.write "Du har svaret rigtigt på " & round(procent,2) & "%" else Response.write ",..." end if
okay tak - ud over at ø ser mærkeligt ud virker det - btw hvordan laver jeg så den fjerner spørgsmålene efter "send"?? (http://juleweb.frip.dk/quizrigtig.ASP - friserverplads er nede IGEN :P )
antalRigtige = 0 if isNumeric(request.Form("sp1")) and isNumeric(request.Form("sp2")) and _ isNumeric(request.Form("sp3")) and isNumeric(request.Form("sp4")) and _ isNumeric(request.Form("sp5")) and isNumeric(request.Form("sp6")) then
if Int(request.Form("sp1")) = svar1 then antalRigtige = antalRigtige + 1 end if if Int(request.Form("sp2")) = svar2 then antalRigtige = antalRigtige + 1 end if if Int(request.Form("sp3")) = svar3 then antalRigtige = antalRigtige + 1 end if if Int(request.Form("sp4")) = svar4 then antalRigtige = antalRigtige + 1 end if if Int(request.Form("sp5")) = svar5 then antalRigtige = antalRigtige + 1 end if if Int(request.Form("sp6")) = svar6 then antalRigtige = antalRigtige + 1 end if
procent = antalRigtige / 6 * 100
Response.write "Du har svaret rigtigt på " & round(procent,2) & "%" else Response.write ",..." end if
Thx! Jeg får lige scapuliz til at sende dig de 100 point - eller hvad de nu kaldes :)
Synes godt om
Ny brugerNybegynder
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.