Go Back  Xtreme Visual Basic Talk > Other Languages > Web Programming > Drop-down list of images on the web


Reply
 
Thread Tools Display Modes
  #1  
Old 10-04-2006, 04:39 PM
GlennRose GlennRose is offline
Freshman
 
Join Date: Oct 2004
Posts: 32
Question Drop-down list of images on the web


Is there a way to create a drop-down list of images on my web page?
Reply With Quote
  #2  
Old 10-04-2006, 06:51 PM
Iceplug's Avatar
Iceplug Iceplug is offline
MetaCenturion

Retired Moderator
* Guru *
 
Join Date: Aug 2001
Location: California, USA
Posts: 16,583
Default

You mean a dropdown list that's on your webpage or one that you can actually add to a webpage? If so, you should be in the Web Programming forum if you are doing this with a web language..
__________________

Iceplug, USN
Quadrill 1 Quadrill 2 (full) Quadrill 3 JumpCross .NET Website is ALIVE! - DL Platform Tour for VB.NET! Posting Guidelines Hint: Specify your location in your user cp profile if you want compassion!
Reply With Quote
  #3  
Old 10-05-2006, 07:26 AM
wayneph's Avatar
wayneph wayneph is offline
Web Junkie

Retired Moderator
* Expert *
 
Join Date: Apr 2004
Location: D/FW, Texas, USA
Posts: 8,393
Default

You can use DHTML and JavaScript to create one. There is nothing built-in that does what you're looking for.

Basically, you'll just need a Hidden Input tag in the back ground to store the selected value. And then you can use something like a DHTML menu as an example for how to take care of the mouseovers, etc...
__________________
-- wayne, MSSM Retired
> SELECT * FROM users WHERE clue > 0
0 rows returned
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->