Prevent tab text highlight / disable tab text selection

Prevent tab text highlight / disable tab text selection

Hi,

Here's a sample form:

  1. <form action="#" method="post">
  2. Name:<br />
  3. <input type="text" name="name" value="your name" /><br />
  4. E-mail:<br />
  5. <input type="text" name="mail" value="your email" /><br />
  6. <input type="submit" value="Send"> 
  7. </form>

When you tab to a text input, the value gets highlighted. How can it be disabled?

Any help is appreciated!
Mike