
Jeppeweb
- Medlem sedan
- Inlägg
- 462
- Trådar startade
- 79
- Aktiv
- 2006–2012
Inlägg — sida 15 av 24
- HJÄLP Paging!!
Microsoft VBScript compilation error '800a03f7' Expected 'Function' /catopen.asp, line 91 End \---^ Den klagar på att det fattas en "end if" i slutet.. slänger in end if och får…
- HJÄLP Paging!!
<% // Olika färger på olika rader, fägerna ändrar du i CSS-filen. Color = "rad1" Do until RS.Eof If color = "rad1" then Color = "rad2" Else Color = "rad1" End if %>
- HJÄLP Paging!!
catopen.asp <!--#include file="functions.asp"--> <!--#include file="databaskopplingar.asp"--> <!--#include file="includes/db.asp" --> <!--#include file="includes/color.asp" --> <%…
- HJÄLP Paging!!
Hade SERVER, PASS o sånt där innan.. tog såklart bort de innan jag postade här.. men de e var saksamma.. samma effekt med connect.Open "DRIVER={MySQL ODBC 3.51 Driver};"…
- HJÄLP Paging!!
tog bort 'kommentaren och nu hamnar vi helt plötsligt på rad 89 vilket är "End if" .. så felet måste väll ligga runt omkring dessa rader..? Next '// Navigering, välj själv knappar…
- HJÄLP Paging!!
Yesbox
- HJÄLP Paging!!
Microsoft VBScript compilation error '800a03fb' Expected 'Loop' /catopen.asp, line 91 tack för hjälpen
- HJÄLP Paging!!
Microsoft VBScript compilation error '800a041f' Unexpected 'Next' /catopen.asp, line 86 Next ^ :$
- HJÄLP Paging!!
grymt massa tack .. men :$ Microsoft VBScript compilation error '800a041f' Unexpected 'Next' /catopen.asp, line 93 Next ^ tar bort Next och får.. Microsoft VBScript compilation…
- HJÄLP Paging!!
If intFirstPost + (intPostsPerPage - 1) >= UBound(arrRecSet,2) Then intLastPost = UBound(arrRecSet, 2) Else intLastPost = intFirstPost + (intPostsPerPage - 1) strNext = True End…
- HJÄLP Paging!!
Microsoft VBScript compilation error '800a040e' 'loop' without 'do' /catopen.asp, line 63 Loop ^ dim SQL sql = "Select TradID,rubrik,epost,username,datum from forum where…
- HJÄLP Paging!!
Nu vet jag inte om de här e möjligt.. men iaf; Kategori » Allmänt Skapa ny tråd Trådar: Antal svar: Type mismatch /catopen.asp, line 75 <!--#include file="functions.asp"-->…
- HJÄLP Paging!!
sen då.. ska jag skriva response.write före allt detta? :S <!-- #include file="includes/db.asp" --><% // Öppnar SQL-satsen för trådar i respektive kategori. Set RS =…
- HJÄLP Paging!!
stämmer :P dim SQL sql = "Select TradID,rubrik,epost,username,datum from forum where kat='"&safeSQL(Request.Querystring("kat"))&"'" & " and svar='Nej'" & " order by datum desc"…
- HJÄLP Paging!!
strepost = arrRecSet(2,i) = Microsoft VBScript compilation error '800a03ea' Syntax error /catopen.asp, line 67 strepost = arrRecSet(2,i) = \---------------------------^ tack för…
- HJÄLP Paging!!
okay then. <!--#include file="functions.asp"--> <%…
- HJÄLP Paging!!
Så...? <!--#include file="functions.asp"--> <%…
- HJÄLP Paging!!
Tankade ned scriptet.. vart ska denna kod läggas in någonstans i min kod och hur skall den se ut? TACKSAM FÖR HJÄLP! <!--#include file="functions.asp"--> <%…
- HJÄLP Paging!!
Hur skulle jag kunna inkludera ett paging system på denna sida? Jag vill att det endast det skall synas 10 poster på varje sida... TACKSAM FÖR HJÄLP <!DOCTYPE HTML PUBLIC…
- SQL Injections
Äh jag klirra det :)