| 
 Posted by Aaron Gray on 11/11/05 22:07 
I have a form that I do not want to submit, rather use with JavaScripting. 
 
It does not submit under IE but does under FireFox it does. 
 
It must be a differnce in default behaviours of the browsers. 
 
<form name="form1"> 
  <textarea name="textarea" cols=80 rows=18> 
This is a test 
  </textarea><br> 
  <button name="Copy" value="Copy" OnClick="DoCopy()">Copy</button> 
</form> 
 
How do I stop it submitting under FireFox ? 
 
Many thanks in advance, 
 
Aaron
 
  
Navigation:
[Reply to this message] 
 |