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
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
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