%@ Language=VBScript %>
<% ' Fred, put this file in with your other HTML files. ' when you want to link to it just use it this way: ' ' ' ' The "photos=" is where you pass the location of the picture you want it to display. ' You can add any other HTML to this you want to make it look like the rest of your site. ' Just leave the stuff between the greater than%, less than% signs alone. ' Have fun! ' Pete Dim photo, caption, location photo = Request.QueryString("photo") location = Request.QueryString("location") caption = Request.QueryString("caption") %><%=location%>
<%=caption%>