|
Hey Gerard,
When you're in a rows loop, you have to thing
dynamically.
<A
HREF=""
><IMG SRC=""
NAME="Image1" WIDTH="19" HEIGHT="20" BORDER="0" ID="Image1"></A>
You need to change your code to contain the
<@CURROW> tag:
<A
HREF=""
><IMG
SRC="" NAME="Image<@CURROW>" WIDTH="19" HEIGHT="20" BORDER="0" ID="Image<@CURROW>"></A>
Rick
----- Original Message -----
Sent: Sunday, February 09, 2003 8:54
AM
Subject: Witango-Talk: Witango Talk:
<@ROWS> tags are not always friendly
Hi,
I'm having problems with swap image, while in a
<@ROWS> loop.
This is the code that I'm using:
<@ROWS>
<TR><TD>
<A
HREF=""
><IMG SRC=""
NAME="Image1" WIDTH="19" HEIGHT="20" BORDER="0" ID="Image1"></A>
</td>
<TD ALIGN="center"> <@COLUMN 'PropMainCat.MainCat'>
</td>
</tr>
</@ROWS>
When I remove the <@ROWS> tags, it works
perfectly. In the past I have had problems that I have been able to
resolve by removing the <@CGI> tag. In this case, it didn't
help. If anyone has the solution, please let me know.
Thanks,
Gerard ________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
with unsubscribe witango-talk in the message body
|