> I'm in a bit of a quandary here, and was hoping that some if
> the brilliant minds on this list could offer some insight.
<CF_SNIP>
> Questions:
> Is there any way to "spoof" the DOM into thinking that the
> first form on the page is document.form[100]? (Can you
> override how the DOM indexes objects in a page?) Is there
> another way to work around this?

The problem is that the standard DOM counts forms from zero, do you'd
have to add 99 more forms in to get them to recognise it as
document.form[100]

Overall, the simplest solution is to name the form and call it by name

Philip Arnold
Technical Director
Certified ColdFusion Developer
ASP Multimedia Limited
Switchboard: +44 (0)20 8680 8099
Fax: +44 (0)20 8686 7911

www.aspmedia.co.uk
www.aspevents.net

An ISO9001 registered company.

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************


______________________________________________________________________
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/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to