|
|
 |
| FAQs
& Hints |
 |
|
Rollovers inside loops (ASP)
Category: ASP Generic
| Create a variable before the loop which it will name all images inside the loop (i.e. <% var number = 1 %>), then before the end of the loop increment the variable (i.e. <% number++ %>). Now in the normal way insert an image inside the loop in the page, select properties and name it "name<%=number%>". To end apply the rollover behavior. |
|
|
|
|
|
|