% Response.Buffer = True Response.Expires = -1 Dim ImageGalleryPath,MaxImageSize,AllowUpload ImageGalleryPath = Request.QueryString("GP") MaxImageSize = Request.QueryString("MaxImageSize") AllowUpload = lcase(Request.QueryString("Upload")) %>
| Select an Image to insert: |
|
The next version of the Microsoft Windows operating system, code-named "Longhorn," marks a significant change not only in terms of how the operating system works, but also in the way in which applications are built. The Longhorn version of Windows includes a new storage system, natural search technology, and an increased emphasis on security and trustworthy computing.
|
|
<%
if AllowUpload = "true" then
%>
<%
end if
%>
|