Below is a list of files which is generated from a database by selecting in
input box from my index.cfm.
<input type="Checkbox" name="select" value="[#GetFontFamily.ID#]
#LCase(ListGetAt(GetFontFamily.sti,1,'.'))#" checked="Yes" required="Yes"
onclick="this.checked=true;"><font
color="red"> #LCase(ListGetAt(GetFontFamily.sti,1,'.'))#</font><br>
<input type="hidden" name="ID" value="#GetFontFamily.ID#">
The results are then passed to another template with the below code:
<cfoutput>
#REReplace(FORM.select,",","<br>","ALL")#
</cfoutput>
Below are the results. My question is how can I use this listing to grab
fields from my database that has the corresponding .pfb files
and display them based on matching the font name (Ex. "century"). I'm not
sure how to go about this. Do I have to loop through the list?
[19] borderpi-15159
[22] bundesbahn-pi
[25] carta
[30] century
[197] custom
[196] euro
[58] european-pi
[69] garamond
[82] helvetica
[106] linotype-decoration-pi
[109] lucida-math-extension
[114] mathematical-pi
[127] old-style-seven
[178] symbol
[180] times
[181] times-serials
[192] wood-ornaments
[194] zapf-chancery-dingbats
-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com
-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org