Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP changes image based on recordset content???

Status
Not open for further replies.

marthirial

IS-IT--Management
Jan 29, 2005
20
US
Hope somebody can give me an idea of what kind of script I need for something like this:

A page has a tabbed menu on top made out of images and tables. This page is a tamplate for dynamic text so it is always the same, even though it will serve content for 6 different sections.

The idea is that somenthing in the dynamic content work as a variable that the template page can use to swap an the tab image from the off state into the on state.

I triend to do this with javascript but I need that, for example, the content of a recordset be the trigger for the swap.

Hope I am making any sense since I have a couple of beer to mitigate my desperation.


 
not to sure what you mean but sounds like you might need something like this
Code:
select case yourvariable
case "whatever1"
do this .....
case "whatever2"
do that....


etc.
end select
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top