Adding an input field to the dom and focusing it in IE

后端 未结 3 1139
一向
一向 2021-01-28 00:38

I am trying to make a div, that when you click it turns into an input box, and focuses it. I am using prototype to achieve this. This works in both Chrome and Firefox, but not i

3条回答
  •  逝去的感伤
    2021-01-28 01:01

    What version IE? What's your DocType set to? is it strict, standards or quirks mode? Any javascript errors appearing (check the status bar bottom left for a little yellow warning sign) ? Enable error announcing for all errors via Tools > Options > Advanced.

    Oisin

提交回复
热议问题