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();
>               }
> 
> works fine in IE, Nutscrape seems to just read the <form action=""  bit...
> 
> Anyone any ideas?
> 
> Cheers,
> 
> Ian
> 
______________________________________________________________________
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