<%@ Language=VBScript %> <% strfname = request.querystring("fname") %>

Suggested space design
<%=strfname%>

<% fext = mid(strfname, (len(strfname)-2), 3) if lcase(fext) = "mw2" then %>

If you do not see the Microworlds project. Please make you you have properly installed Microworlds Web Plug-in.
<% elseif (lcase(fext) = "gif") or (lcase(fext) = "jpg") then %>

<%end if%>
Download source file: <%=strfname%>
(Right click and choose save)

Back