-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

>http://www.greatgames.co.uk/index.cfm/fuseaction/ACTION
> > 
> index.cfm is an directory ? how can i do that ?
> I use a fuseaction like a URL paramater not like a directory.

No, you code the way you normall would. The formURL2attributes tag
just converts everything after the index.cfm to the appropriate
variables.

So in your code where you normally write
http://foo.com/index.cfm?fuseaction=runaway

You would make the link
http://foo.com/index.cfm/fuseaction/runaway

(you can even add a .htm on the end if you want)

The formurl2attributes tag converts the /fuseaction/runaway to the
appropriate attributes.fuseaction = runaway

(Since it sounds like you are using Fusebox, then you are probably
using that tag. If you are NOT, then you can write a function
yourself to parse the cgi.query_string variable, which is where the
extra information gets stored.

c

-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.8 for message encryption and authentication: USE PGP!
Comment: PGP KeyID: 0x51046CFD

iQA/AwUBOc4s9taLYehRBGz9EQJvAACgiRu0MzI4wpk29DF4O4pE09WHkDUAmQFn
IMD25ctvrUEY4nFtIN1DoTH+
=dnEC
-----END PGP SIGNATURE-----


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to