| ColdFusion
Data
in the box Author: junaidi musa @ @ junaidix™ JUNAIDIX™ Laboratories |
| File: boxfunction.cfm Usage: Copy and paste in a file and include the file within the template. |
| <cfscript> ////------------------------------------------------------------//// /// display data in the box/table representation in ColdFusion /// author : junaidi musa @ junaidix™ /// created: 24.Feb.2004 /// usage : #outbox("sample data",1,15)# /// output : [S][A][M][P][L][E][ ][D][A][T][A][ ][ ][ ][ ] /// param : data - string/data want to display in the box cell /// row - number of rows of the box /// col - number of column of the box /// Modified by hairiemx on 24 March 2004 ////------------------------------------------------------------//// function outbox(data,row,col) { inbox = true; if(inbox)
|
Copyright © 2004
JUNAIDIX™ Laboratories
|