<% Response.Buffer = True Response.Expires = -1 Dim ImageGalleryPath,MaxImageSize,AllowUpload ImageGalleryPath = Request.QueryString("GP") MaxImageSize = Request.QueryString("MaxImageSize") AllowUpload = lcase(Request.QueryString("Upload")) %> Insert/Edit local Image                                                                                                                                              
Select an Image to insert: Go up one level
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.
Layout
Alignment:
Border Thickness:
Border Color:
Width:
Height:
Spacing
Horizontal:
Vertical:
Insert images
Picture Source:
Alternate Text:
<% if AllowUpload = "true" then %>
Upload new images (Max size <%=MaxImageSize%>K)
<% end if %>