Actually there is a way to stop pasting in the 2nd field: all you need to do is write something like:
<input type="text" name="email_2" onpaste="return false"> But it's hardly ever used because I guess it would frustrate lots of people. I think I found out about this option from a blog article that was complaining about a website following this practice ;-) Cheers, Alex On Fri, Jun 6, 2008 at 1:16 AM, bekee <[EMAIL PROTECTED]> wrote: > we have shied away from using both since power users probably copy and > paste from the first field (i know i do). > > my theory is that if someone wants to ensure they receive important > information they'd be darn sure to enter the important information > correctly. > > that said, i've used "[EMAIL PROTECTED]" plenty of times... :) > > > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > Posted from the new ixda.org > http://www.ixda.org/discuss?post=29881 > > > ________________________________________________________________ > Welcome to the Interaction Design Association (IxDA)! > To post to this list ....... [EMAIL PROTECTED] > Unsubscribe ................ http://www.ixda.org/unsubscribe > List Guidelines ............ http://www.ixda.org/guidelines > List Help .................. http://www.ixda.org/help > ________________________________________________________________ Welcome to the Interaction Design Association (IxDA)! To post to this list ....... [EMAIL PROTECTED] Unsubscribe ................ http://www.ixda.org/unsubscribe List Guidelines ............ http://www.ixda.org/guidelines List Help .................. http://www.ixda.org/help
