Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 5th, 2006, 05:28 PM
Authorized User
 
Join Date: Jun 2005
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Default Arrays & Variables?

Hi there,

I have an imageviewer.asp page which collects Respone.QueryString from it's parent opener with and displays what's in the 'Url' and 'Desc' query strings...

Code:
<a href="#null" onClick="cWindow('/html/imageviewer.asp?Url=/images/pfi/large/001.jpg&Desc=The oldest part of the old school\, circa 1930','740','480')"><img src="/images/pfi/thumb/001.gif" alt="PFI: Picture Gallery - 001 " /></a>
But what I would like to do is once imageviewer.asp is open, is to allow the user to cylce through the pictures without having to close the window, and open the next picture. However, I would only want them to be able to cycle through the pictures that are actually on that page!!

I'm pretty comfortable with arrays, but need a little help in accomplashing the above!

Thanks very much/...






Similar Threads
Thread Thread Starter Forum Replies Last Post
Arrays & Form Fields rdmapes Beginning PHP 5 October 12th, 2006 11:12 PM
HOW TO USE STRINGS,ARRAYS AND VARIABLES IN PHP jhan316 Beginning PHP 1 July 25th, 2006 07:17 PM
PHP & JavaScript variables? mlewitz Beginning PHP 2 December 2nd, 2005 08:18 AM
PHP & JavaScript variables? mlewitz PHP Databases 2 November 30th, 2005 10:16 PM
HELP - C# newbie question on variables & propertie savoym C# 6 February 6th, 2004 03:52 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.