Re: WDDX error

2001-04-22 Thread Mak Wing Lok
CF 4.5 SP2 Solaris Platform mak wl - Original Message - From: "zac" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, April 23, 2001 12:30 PM Subject: RE: WDDX error > > so I reason that the & in the string cannot be the problem > > Are you both using the same version

Re: WDDX error

2001-04-22 Thread Mak Wing Lok
; > Both packets contain an & between tags! > > There is no way that the deserializer can tell the difference between > the 2 , or that one was generated and the other is from a query... > > so I reason that the & in the string cannot be the problem > > ??? &g

Re: WDDX error

2001-04-22 Thread Mak Wing Lok
mine is from a query too. mak wl - Original Message - From: "zac" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, April 23, 2001 12:09 PM Subject: RE: WDDX error > > > on further reflection, Mak Wing Lok' packet cont

Re: WDDX error

2001-04-22 Thread Mak Wing Lok
if i escaped it change most of the field and it return back with this error again : XML parsing error: not well-formed (error code 4, line 1,column 0, buffer offset 0) is there a way where i can change the & only on the WDDX packet? mak wl - Original Message - From: "Dave Watts" <[EMA

Re: WDDX error

2001-04-22 Thread Mak Wing Lok
here's my WDDX packet data, any problem with it? the error occured on "& MEG. DIATRIAZOTE " 0002729110411IP004400164111JDH PHARMACEUTICAL SDN. BHD.28.3604.01 SOD.& MEG. DIATRIAZOTE 76% INJPCK OF 5 AMPS AMP - Original Message - From: "Dave Watts" <[EMAIL PROTECTED]> To: "C

Re: WDDX error

2001-04-22 Thread Mak Wing Lok
i did, but if i use XMLFormat i get this error instead : XML parsing error: not well-formed (error code 4, line 1, column 0, buffer offset 0) The error occurred while processing an element with a general identifier of (CFWDDX), occupying document position (21:1) to (21:64). - Original Mess

WDDX error

2001-04-22 Thread Mak Wing Lok
i encountered this error if one of my WDDX field contain an ampersand (&) XML parsing error: not well-formed (error code 4, line 1, column 941, buffer offset 941) The error occurred while processing an element with a general identifier of (CFWDDX), occupying document position (21:1) to (21:64).

Re: help

2001-04-19 Thread Mak Wing Lok
have you try use FILEFIELD="form.newsPrint" ? - Original Message - From: "Susan Matthews" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, April 19, 2001 10:01 PM Subject: help > Hi- > > I have a form that allows users to upload files using: > > > On the receiving

Re: Moreover News Feed

2001-04-09 Thread Mak Wing Lok
just wondering, other than news feed from moreover, is that any other site do offer other feeding, ie. weather, horoscope,etc..?? mak wl - Original Message - From: "Kelly" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, April 10, 2001 8:25 AM Subject: Re: Moreover Ne

Re: Free sites for coldfusion

2001-04-09 Thread Mak Wing Lok
www.cf-developer.net www.cfm-resources.com - Original Message - From: "kishore" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, April 09, 2001 3:17 PM Subject: Free sites for coldfusion > > Hi all, > > I am new member to this list. Can anybody tell me the free site

cf accessing outlook address book

2001-04-02 Thread Mak Wing Lok
hi there, does anyone know how to make CF to access to outlook/outlook express address book? or is that possible? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: htt

Re: server setup

2001-03-20 Thread Mak Wing Lok
which web server you talking about? IIS? apache? - Original Message - From: "Greg Jordan" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, March 21, 2001 12:14 AM Subject: server setup > Does anyone have or know of references for setting up a webserver with CF? >

Re:

2001-03-20 Thread Mak Wing Lok
Avrom, not sure about Linux but i have sybase on Sun Solaris, and for unix you need to installed a Sybase Client for CF to access Sybase DB. hope this help - Original Message - From: "Avrom" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, March 20, 2001 3:27 PM

Re: One record query output

2001-03-19 Thread Mak Wing Lok
2 options : 1. select the MAX record from your SQL query, so you only have 1 record result return, use the MAX() function. 2. - Original Message - From: "Conrad, Christopher" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, March 20, 2001 11:16 AM Subject: RE: One

multibar graph

2001-03-16 Thread Mak Wing Lok
anyone know any nice java class for multibar graph? i seems to have some problem with the one come free with CF. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: ht

Re: Hyperlink cause a post, how to?

2001-03-16 Thread Mak Wing Lok
or alternatively you can call another javascript function function dothis(somevalue) { document.form.myvalue = somevalue; document.form.submit; } - Original Message - From: "Dustin M. Snell [Unisyn Software, LLC]" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent:

Re: You should hire this guy!!

2001-03-16 Thread Mak Wing Lok
http://www.shitdisturber.net - Original Message - From: "C. Hatton Humphrey" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, March 17, 2001 7:43 AM Subject: RE: You should hire this guy!! > Funny, I couldn't get the link to come up... what is it again? > > Hatton >

Re: Solaris cfserver start stop

2001-03-15 Thread Mak Wing Lok
what error it gives when you accessing the .cfm pages thru your browser? - Original Message - From: <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, March 16, 2001 6:26 AM Subject: Solaris cfserver start stop > > > I have CF 4.0 installed on Solaris (sun) and I can't

Re: number format for 0

2001-03-13 Thread Mak Wing Lok
al Message - From: "Bud" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, March 14, 2001 11:43 AM Subject: Re: number format for 0 > On 3/14/01, Mak Wing Lok penned: > >I tried to format a number with zero value : > > > >

number format for 0

2001-03-13 Thread Mak Wing Lok
hi people, I tried to format a number with zero value : #numberformat(no, "(999,999,999,999,999,999.99)")# i got this result .00 but i want it to display 0.00 is there any other way to do it? mak wl ~~ Structure your ColdFusion code with Fus

CF substring?

2001-03-08 Thread Mak Wing Lok
is there any substring function for CF? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://ww

Re: pie chart

2001-02-28 Thread Mak Wing Lok
> > ^ > / \__ >(@\___ > / O > /(_/ > /_____/ > Whoof... > 410-757-3487 > > -Original Message- > From: Mak Wing Lok [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, February 28, 2001 7:37 PM > To: CF-Talk > Subject: Re: pi

OT may be : schedule FTP

2001-02-28 Thread Mak Wing Lok
hi, how can i set FTP schedule to transfer files from one server to another server? i find that CFFTP is not that reliable, anyone know any good FTP sceduler on UNIX platform? ~~ Structure your ColdFusion code with Fusebox. Get the official book

Re: pie chart

2001-02-28 Thread Mak Wing Lok
Renet [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 28, 2001 5:19 AM > To: CF-Talk > Subject: Re: pie chart > > > its in C:\Inetpub\wwwroot\classes\CFGraphs if your inetpub is on your c > drive. > - Original Message - > From: "Mak Wing Lok"

Re: pie chart

2001-02-28 Thread Mak Wing Lok
b\wwwroot\classes\CFGraphs if your inetpub is on your c > drive. > - Original Message - > From: "Mak Wing Lok" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Wednesday, February 28, 2001 1:41 AM > Subject: Re: pie chart > >

Re: pie chart

2001-02-28 Thread Mak Wing Lok
t; > On Tuesday, February 27, 2001 Sean Renet [SMTP:[EMAIL PROTECTED]] > wrote: > > www.cfxgraphicsserver.com > > > - Original Message - > > From: "Mak Wing Lok" <[EMAIL PROTECTED]> > > To: "CF-Talk" <[EMAIL PROT

CFFTP error

2001-02-27 Thread Mak Wing Lok
hi all, i encountered the following error : Error Diagnostic Information 200 PORT subcommand request successful. The error occurred while processing an element with a general identifier of (CFFTP), occupying document position (26:1) to (26:99). the CF codes : line 26 : #name# fyi, i

pie chart

2001-02-27 Thread Mak Wing Lok
hi.. anyone knows any nice and cool pie chart custom tags? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsu

Re: query different DSN over 2 different server

2001-02-20 Thread Mak Wing Lok
what's the best method to cross reference 2 different set of data that sit on different database and 2 different server? any idea? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

query different DSN

2001-02-20 Thread Mak Wing Lok
can i do a query on different DSN? for example : select all user ID from database 1 where user ID is equal user ID from database 2 if yes, then how the query will look like? ~~ Structure your ColdFusion code with Fusebox. Get the official book a

CF to AS400 connection

2001-02-15 Thread Mak Wing Lok
Hi People, The DB2 client will require specific parameters to be set on both Solaris and AS/400. What are those parameters for the AS/400? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bki

Re: Validation of a select Menu using

2001-02-15 Thread Mak Wing Lok
try to change to - Original Message - From: "John Cowie" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, February 16, 2001 5:00 AM Subject: Validation of a select Menu using > Hi Everyone. I am running into a problem validating a select menu using > . All of my

Re: as400 connection : error still

2001-02-14 Thread Mak Wing Lok
ion : error still > check your port number, default is 446. > > > > Mak Wing Lok wrote: > > > > hi, > > > > i tried with your steps below but get a different error : > > > > db2 => connect to ILSDB user MS007 using PASSWORD > > SQL1001

Re: as400 connection : error still

2001-02-13 Thread Mak Wing Lok
log dcs database "dbname" as "dbalias" >- connect to the database using an assigned username and password to > check if cataloging was successful > > Then once the connection is confirmed go into your CF Administrator and > setup your connection with a username a p

Re: as400 connection

2001-02-13 Thread Mak Wing Lok
ot;dbalias" >- connect to the database using an assigned username and password to > check if cataloging was successful > > Then once the connection is confirmed go into your CF Administrator and > setup your connection with a username a password, then test. The > connection should

Re: as400 connection

2001-02-13 Thread Mak Wing Lok
Phone: 401.727.0183 x123 > Fax: 401.727.4998 > Portable: 401.965.3661 > E-MAIL: [EMAIL PROTECTED] > Web Page: www.creatcomp.com > > > > -Original Message- > From: Mak Wing Lok [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 12, 2001 23:11 > To: CF-Talk &g

Re: as400 connection

2001-02-13 Thread Mak Wing Lok
signed username and password to > check if cataloging was successful > > Then once the connection is confirmed go into your CF Administrator and > setup your connection with a username a password, then test. The > connection should be successful. > > If you have anymore questions

integrating ColdFusion with legacy AS400 data

2001-02-13 Thread Mak Wing Lok
anyone have any idea about integrating ColdFusion with legacy AS400 data? I'm currently have a CF server sitting on a Sun Solaris, how can i configure the CF server to access the legacy AS400 data? any idea? ~~ Structure your ColdFusion code wi

Re: as400 connection

2001-02-12 Thread Mak Wing Lok
0 connection > Yes you use client access's built in odbc connection. Very easy, kind of > slow but I haven't really had too much problems with it. Getting AS/400 SQL > should speed up everything though, with stored procedures and all. > > > Bob Everland > > -

as400 connection

2001-02-12 Thread Mak Wing Lok
hi people, did anyone know that if it is possible for CF server to "talk" to AS/400 machine? advise needed, thanks ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: h

OT : Web Design

2001-02-11 Thread Mak Wing Lok
anyone know where i can get a good article that talk about what is the best web design and pratice ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-arch

OT : TCP/IP error no 146

2001-02-10 Thread Mak Wing Lok
did anyone know what is the global error no. 146 for TCP/IP function call? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseo

db2 connection

2001-02-10 Thread Mak Wing Lok
I try to configure CF server which sit on a Sun Solaris server to talk to DB2 database on a AS/400 machine, during the configuration of the DB2 client, according the the user manual, i need to test out the connection but i got this error message : db2 => connect to sample1 user MS007 using MS007

OT: repeating maling list messages

2001-02-08 Thread Mak Wing Lok
am i the only one or do the mailing list message keep repeating?? is there anything wrong with the mailing list? why i keep getting the same messages? mak wl ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusi

Re: book review request

2001-02-05 Thread Mak Wing Lok
i never heard of this book before, mind to provide more details on this book? - Original Message - From: sebastian palmigiani <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent: Tuesday, February 06, 2001 11:05 AM Subject: book review request > > Anyone got a personal review of

Re: Date of Birth question

2001-02-01 Thread Mak Wing Lok
try this #diff# - Original Message - From: Peter Tilbrook <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent: Friday, February 02, 2001 11:18 AM Subject: Date of Birth question > Hey guys/gals! > > I am currently working on database enabling the www.friendsplus.com.au web > s

Re: solaris merant odbc

2001-02-01 Thread Mak Wing Lok
Go to your CF administrator page, create a new data sources with MERANT MS SQL Server Enter these Data Source Name, Description, Database Name, Server IP Address, Server Port Number with a valid login and password of the NT server please make sure that your solaris server and NT server are in

Re: Help with Tell Friend script

2001-02-01 Thread Mak Wing Lok
better if you can provide the error message that you get when you run these pages, so we can help you to debug. - Original Message - From: <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent: Thursday, February 01, 2001 11:09 AM Subject: Help with Tell Friend script > > --part1_6b

cfoutput into a text file

2001-01-30 Thread Mak Wing Lok
how can i write a query result into a text file? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: ht

array index position 0 or 1

2001-01-28 Thread Mak Wing Lok
hi, I've encountered this problem, how can i tell an index in an array of WDDX packet wheather it is start from 0 or 1? i generated a WDDX packet with array value using javascript and i also generated WDDX packet with array values using CF, array for javascript will start with index 0 and array f

Re: Questio\n

2001-01-19 Thread Mak Wing Lok
try this: put a # between the variable1 #variable2# - Original Message - From: Kevin Schmidt <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent: Friday, January 19, 2001 4:15 AM Subject: Questio\n > Dave, > > Sorry to bother you but the list is down and I have a project to

Re: How to disable "Back" function on browser

2001-01-19 Thread Mak Wing Lok
hi,, I'm working on the same thing too, i see some site that they pop up a message whenever user right click, must be the javascript thingy, as i'm not a javascrip expert myself, anyone care to share how to do this? - Original Message - From: Nathan Chen <[EMAIL PROTECTED]> To: CF-Talk

OT : disable browser back/refresh

2001-01-19 Thread Mak Wing Lok
hi. did anyone know that how to restrict the user to click on "back" or "refresh" on the browser (IE or Netscape), i want to pop up a message whenever a user click back or refresh or disallow the user to do so. any idea? mak wl ~~ Structure your

Re: Slightly OT: SSL information

2001-01-18 Thread Mak Wing Lok
http://www.modssl.org/ if you are using apache - Original Message - From: Peter J. MacDonald <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent: Thursday, January 18, 2001 8:12 AM Subject: Slightly OT: SSL information > I was wondering where there is a good place to learn about S

WDDX problem

2001-01-16 Thread Mak Wing Lok
a222a123a33312212121212112 1/16/20011/16/20011/16/20011/16/20011/16/20011/16/ 2001YesYesYesYesYesYes Is there anything wrong with this WDDX packet? i manage to WDDX2CFML it using CFWDDX, but then when i tried to insert the data into a database it failed with the following error message : XML pa

Re: Conferance CD

2001-01-16 Thread Mak Wing Lok
Just OT question, as i'm not from USA, how can i get a copy of the conference CD? can i download it from somewhere or anything like that? - Original Message - From: Dave Hannum <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent: Wednesday, January 17, 2001 4:09 AM Subject: OT: Con

Re: CF to WDDX to JS

2001-01-15 Thread Mak Wing Lok
hi, I'm having some question too on CFML2JS as i don't find a good documentation that explain much on this, anyone care to tell me where can i find a good documentation or example on this? - Original Message - From: Jason Powers <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent:

Re: quot problem

2001-01-15 Thread Mak Wing Lok
so far nope, but would be more help if you mentioned what database you're using. - Original Message - From: Phim <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent: Monday, January 15, 2001 7:33 PM Subject: quot problem > Is anybody have problem about using sql statement with quo

OT: CF web development method

2001-01-12 Thread Mak Wing Lok
Does anyone has any comments or suggestion on what's the best methodology for CF Application Development? or at least where i can find info on this? thanks. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusi

SQL update, how to count afftected rows?

2001-01-12 Thread Mak Wing Lok
how can i count the affected updated rows? if there any afftected record count in CF? for example if i run the SQL below, how can i know how many rows had been affteced? update table set ID = "#ID#" where name = "#name#" ~~ Structure y

Re: Web Based SQL Manager

2001-01-12 Thread Mak Wing Lok
so, where do we get it?? - Original Message - From: Clint Tredway <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent: Saturday, January 13, 2001 12:10 AM Subject: RE: Web Based SQL Manager > There is no catch. > > Here is how I see things. At one time someone took the time to hel

Re: Help

2001-01-12 Thread Mak Wing Lok
more details on this would be more help, did the error appear to be a CF error or your web server error? my wild guess is that your machine did not have access to a specific page on your web server, try to troubleshoot on the access right. - Original Message - From: CT, Loo <[EMAIL PROT

Re: CF STUDIO 4.5.2

2001-01-12 Thread Mak Wing Lok
so far so good.! especially the low memory resources warning thingy.. - Original Message - From: Sean Renet <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent: Friday, January 12, 2001 6:09 PM Subject: CF STUDIO 4.5.2 > Is it just me or does this new version of 4.5 actually wor

WDDX result set

2001-01-10 Thread Mak Wing Lok
hi.. i want to convert the output of CFWDDX into a structure, how can i do that? i tried with the following code by using QueryToStruct custom tag but to no avail as it returns with an error saying that "q" is not a query. help please. ~

query to struct?

2001-01-10 Thread Mak Wing Lok
does anyone knows how to convert a query result set to a structure? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.c

datediff in javascript

2001-01-07 Thread Mak Wing Lok
hi, did anyone know how to do a DateDiff in javascript? I'm allowing using to enter 2 different date in a form to do a search which i want to limit the period within six month, i want to valid the date different before i submit the form, rather to do the validation using DateDiff() on another pag

Re: How to force CFOUTPUT to display results horizontally

2001-01-04 Thread Mak Wing Lok
put the image in a table eg: image1image2image3 - Original Message - From: Britta Wingenroth <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent: Friday, January 05, 2001 12:24 PM Subject: How to force CFOUTPUT to display results horizontally > I would like to display the resu

Re: Avg AS/400 Query time

2000-12-20 Thread Mak Wing Lok
me > I did with IBM's client access DB2 ODBC driver. > However it was not reliable and would initiate an ODBC > login on the server after bootup. I also did not put > into production. > --- Mak Wing Lok <[EMAIL PROTECTED]> wrote: > > i'm really interested on

Re: How to setup native drivers for DB2 on Linux?

2000-12-19 Thread Mak Wing Lok
I've been thinking this all the while but i want to have it on a Solaris. anyone any idea? - Original Message - From: Gena <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent: Monday, December 11, 2000 10:00 AM Subject: How to setup native drivers for DB2 on Linux? > Any suggestion

Re: Avg AS/400 Query time

2000-12-19 Thread Mak Wing Lok
i'm really interested on this, mind to share how you integrate CF and AS/400? mak wl - Original Message - From: Robert Everland <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent: Tuesday, December 19, 2000 10:00 PM Subject: Avg AS/400 Query time > I am doing a lot of AS/400 inte

Re: Delete method

2000-12-15 Thread Mak Wing Lok
all these can simple be replace by using the onConfirm javascript mak wl - Original Message - From: Paul Bowley <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent: Friday, December 15, 2000 4:41 PM Subject: RE: Delete method > How about this? > > > function delConfirm() { > if(

Re: CF and DB2

2000-12-14 Thread Mak Wing Lok
s in the future. Logically it shouldn't be problem. > > Regards > > > ----- Original Message - > From: "Mak Wing Lok" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Friday, December 15, 2000 5:25 PM > Subject: CF an

CF and DB2

2000-12-14 Thread Mak Wing Lok
do anyone know if it is possible that CF on Solaris can access to a DB2 database on a AS/400? if yes, how? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

<    1   2