<% ' The following variables are used to capture the parameters from the querystring. dim strImage strImage = Request.QueryString("image") dim strWidth strWidth = Request.QueryString("width") dim strHeight strHeight = Request.QueryString("height") dim strTitle strTitle = Request.QueryString("title") dim strCaption strCaption = Request.QueryString("caption") %> <%=strTitle%>
<%=strTitle%>. <%=strCaption%>