Ian - 

Try using <input type="button"> instead of <input type="submit">.  I think 
your problem may be in the fact that using <input type="submit"> has a 
built-in document.form.submit action...which may be interfering with your 
function running correctly. 

worth a shot :) 

charlie 


Ian Tait writes: 

> 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