Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Select() method unsupported in Safari



On Mar 7, 2006, at 3:09 AM, Vid Boi wrote:

However it seems that the select() method is not
supported by Safari.  Does anyone know why?  Can
anyone suggest a workaround?

You just need to focus() before you select():

    function selectText()
    {
document.getElementById("textField").focus();
        document.getElementById("textField").select();
    }

Peace, Scott _______________________________________________ Do not post admin requests to the list. They will be ignored. Web-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/web-dev/email@hidden

This email sent to email@hidden
References: 
 >Select() method unsupported in Safari (From: Vid Boi <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.