You need to change the code to:

<form name="assignvalue" id="assignvalue"......

And add an "id" attribute to each form field if you want to reference
them too.

To reference fields using Javascript according to the official DOM it
uses the "id" tag, not the "name" tag.  "name" is used on the server
side, that's what gets passed as the field identifier, whereas for
client side processing you use "id".  Also, to confuse things, you can
reference specific objects using CSS by either the 'class' or 'id'
attributes depending on how you want to do it.

http://developers.evrsoft.com/forum/showthread.php?t=1183

http://www.tizag.com/cssT/cssid.php

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include <stdjoke.h>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204550
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to