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 January 20th, 2004, 02:29 AM
Authorized User
 
Join Date: Jan 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default Image list as a toolbar

I want to use a list of images as a toolbar. The Image Name and the browser path are stored in a SQL table. I am using a frame set too.
what I want to do is to Load a page in a given frame.


 
Old January 20th, 2004, 07:21 AM
Authorized User
 
Join Date: Jul 2003
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Not much info given so guessing from your posting,you need something like:

Code:
<a href="your_target_page.htm" target="target_frame_name">
<img src="image_name.jpg" /></a>
.

This code for each image.

KOstas Lagos






Similar Threads
Thread Thread Starter Forum Replies Last Post
How to display list of byte[] image in jsp sheetm JSP Basics 0 September 13th, 2007 05:42 AM
Change of image according to drop down list ahying C# 2005 0 January 10th, 2007 06:04 AM
Increase size of image in button of Excel Toolbar padam Classic ASP Databases 0 August 11th, 2006 02:03 PM
Image list as a toolbar ManoYaka ASP.NET 1.0 and 1.1 Basics 2 January 21st, 2004 05:53 AM
Image in ToolBar poornima_polaris Visual C++ 0 December 9th, 2003 12:26 AM





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