On Thu, 20 Jun 2002 23:46:18 +0200, in cf-talk you wrote:

>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>Jamie Jackson wrote:
>| Hi Marc,
>|
>| You don't have to know the actual coordinates, except for special
>| occasions (client-side image maps).
>|
>| So, add a name to the graphic input on the form:
>| <input type="image" name="deleteYes" ...>
>|
>| You're just checking to see whether those *variables* are present, not
>| what their values are. So, you'll end up with two form variables:
>|
>| form.deleteYes.x
>| form.deleteYes.y
>
>question for raymond here, is deleteyes a structure in MX?

form.ButtonName.x and form.ButtonName.y are just the coordinates of
exactly where your pointer was when you clicked the button, so they
just return integers. These form variables are not complex variables.

Jamie

>z
>
>-----BEGIN PGP SIGNATURE-----
>Version: GnuPG v1.0.6-2 (MingW32)
>Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
>iEYEARECAAYFAj0STSoACgkQm98oI6K7h0hQiwCgt8Hjy9jkxb4EwrmiyDMEwDX8
>FHUAoNlxkKJkrf6aUZdCenWjJMoT9Mot
>=LegT
>-----END PGP SIGNATURE-----
>
>
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to