Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature currently requires accessing the site using the built-in Safari browser.
<%
name = "meinBild.jpg"
Set objFs = CreateObject("Scripting.FileSystemObject")
strDateiname = Server.MapPath("/Ordner/" & name)
if objFS.FileExists(strDateiname) = true then
'ZeigsMir
EndIf
%>
sk8graz schrieb:PHP
ASP
Originally posted by ...
ups, das sind wieder meine unnützen posts
PHP![]()
ASP![]()
//Überprüfen, ob Bild vorhanden ist
name = cstr(prod(0)) & ".gif"
Set objFs = CreateObject("Scripting.FileSystemObject")
strprodukte = Server.MapPath("/bilder/" & name)
%>
<tr>
<td width="30%"><%Response.Write(prod(3))%></td>
<td width="50%"><%Response.Write(prod(4))%></td>
<%
if objFS.FileExists(strprodukte) = "true" then
%> <td width="20%">Bild</td></tr> <%
ELSE
%><td></td></tr><%
END IF