Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



Example: ASP Tools Component FileExists Method

The following example demonstrates using the FileExists property to create a link if a particular file is present.

<% If Tools.FileExists("ie_animated.gif") Then %>
 <p> <a HREF="/isapi/gomscom.asp?TARGET=/ie/"><img src="ie_animated.gif"></a>
<% End If %>


ContentsPreviousNextIndex