I can't get this to parse a number value in between the [ ] in the
#vow_up_nail_file[idval]# in
the 2nd table cell.
<cfquery name="get" datasource="#datasource#">
select * from vidweek
</cfquery>
<cfset Start = #URL.start#>
<cfoutput query="get" startRow = "#start#" maxrows="5">
<td bgcolor="##FFFFFF"><a
href="video_of_the_week.cfm?video_id=#vidwee_id#&start=#URL.START#&page_no=#URL.page_no#"><img
src="VideoOfTheWeek/#vow_up_nail_file#" width="97" height="64"
border="0"></a></td>
<CFSET idval = vidwee_id + 1>
<!--- idval is correct numeric value when I parse it out by itself --->
<td bgcolor="##FFFFFF"><a
href="video_of_the_week.cfm?video_id=#idval#&start=#URL.START#&page_no=#URL.page_no#"><img
src="VideoOfTheWeek/#vow_up_nail_file[idval]#" width="97" height="64"
border="0"></a></td>
</tr>
</cfoutput>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four
times a year.
http://www.fusionauthority.com/quarterly
Archive:
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:251943
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4