KitzKikz  KitzKikz: HtmlTricks   RecentChanges 
 PopularPages 
 SearchPages 
 Home | Trail - HtmlTricks
 
Learn Spanish Learn Spanish Today Learn Spanish - Learn Spanish on-line for free, using interactive audio/visual lessons.
 


Interesting button on an order form I saw: It deals with the issue of multiple clicks on a submission button by changing the name when the user first clicks on the button and ignoring additional clicks.

<script type='text/javascript'>
<!--
document.write("<INPUT TYPE='button' NAME='Submit' 
   VALUE='Submit Secure Order' onClick=\"if(this.value == 
   'Submit Secure Order') this.form.submit(); 
   this.value = 'Working...Please Wait.';\">");
// -->
</script>
<noscript>
<INPUT TYPE='submit' NAME='Submit' VALUE='Submit Secure Order'>
</noscript>

 

 
Free Spanish Lessons
 

 
 EditThisPage · LinksToPage · PageInfo 10/04/09 16:21:09  ·  0.0365s