Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
protected void FocusToInput(TextBox textbox) { if (!Page.IsClientScriptBlockRegistered("FocusToInput")) { Page.RegisterStartupScript("FocusToInput", ""); } }
Then, in search of an answer, I read something about Firefox and that it uses the w3c dom, not the IE proprietary dom (.all collection). Therefore I used the example brought with that comment, which looks the following: