For Programmers: Free Programming Magazines  


Home > Archive > ASP > October 2006 > Display one object multiple times









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Display one object multiple times
Mangler

2006-10-30, 6:59 pm

The object I have is a barcode:
<%
RMABarCode = Session("rmaID")
IF Len(RMABarCode) Then
response.write "<img src='barcode.asp?code=" & RMABarCode &
"&height=25&width=1&mode=code39'>"
End If
%>

But I need to be able to display that barcode multiple times.

Say the user needs 4 displayed, he/she will enter the number and it
shows that many.

any help is appreciated.

Respectfully,

Danny

Mangler

2006-10-30, 6:59 pm

Ignore this post please, I posted twice accidentaly.

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com