Ian Tait wrote:
> Hi,
> 
> I've got a form with two submit buttons, and running onclick on them,
> pointing at two different functions, one of which is here...
> 
> function transfer(){
>       document.entrant.action="blah.cfm";
>       document.entrant.submit();
>               }

Sorry about that other mail.

How about referencing the form as document.forms['entrant']?

Jochem

______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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