Set keyboard focus to a

后端 未结 7 1888
不思量自难忘°
不思量自难忘° 2020-11-27 15:07

I have the following code snippet:

7条回答
  •  无人及你
    2020-11-27 15:33

    The function that's dynamically generating the divs will have the context available to know which div to focus on, after the last div output a script with a scrollTo() to focus on the div you want. Assign each div an ID, so you'll be able to choose it out of the set.

    Response.Write "
    
    "
    

提交回复
热议问题