Problem med kode
HejKODEN:
<%
dim fs,fo,x
set fs=Server.CreateObject("Scripting.FileSystemObject")
set fo=fs.GetFolder("C:\W3Sites\football\www\Galleri\Kampe\" & request.querystring("con"))
for each x in fo.files
if x.Name = "info.txt" then
next
else
Response.write("<img src='" & sti & "\" & x.Name & "' width='470' height='470'><br><br>")
next
end if
set fo=nothing
set fs=nothing
%>
FEJLEN
Microsoft VBScript compilation error '800a041f'
Unexpected 'Next'
Hvad er fejlen?
/Langfinger
