>This should work to maintain type=submit:
>
><input type="submit" name="submitted" value="Generate Report"
>onClick="if(this.value == 'Generate Report'){
>this.value='Running Report...';return true;}else{return false};"
>class="submit">
>
>(remove line wraps in the onClick parameter)
>
>Ron Hornbaker
>Co-Founder, BookCrossing.com
>
>BOOKS JUST WANNA BE FREE! http://BookCrossing.comActually, I have it working for input type="submit" ... what I'm trying to figure out is why input type="button" for that code doesn't work in IE 6 and Netscape 6.x. Thanks, Dave. _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.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

