Hi,

I'm actually using an 'image' submit button (but have tried with the others
too...)

Cheers,

Ian 

-----Original Message-----
From: charlie griefer [mailto:[EMAIL PROTECTED]]
Sent: 27 August 2002 17:38
To: CF-Talk
Subject: Re: OT: Nutscrape & document.form.action


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
> 

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to