Help solving JavaScript problem

mohan_185

mohan_185

@mohan-185-7XDmOn Oct 23, 2024
i am mohan , I am new to this forum . can any one please help me to solve this problem

I hav created a table using div . now i need to focus the particular table .
can any one please tell me how to focus on particular cel

[​IMG]

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • ms_cs

    ms_cs

    @ms-cs-Ab8svl May 6, 2010

    the picture is not visible dude.
  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk May 6, 2010

    You can't post photos from your desktop. First upload them to tinypic.com and post the URL.
  • mohan_185

    mohan_185

    @mohan-185-7XDmOn May 6, 2010

    Tell my some other site where we can upload the photos
  • mohan_185

    mohan_185

    @mohan-185-7XDmOn May 6, 2010

    just its a table . need to focus on particular cell using javascript .
  • computeridiot007

    computeridiot007

    @computeridiot007-xUubel May 23, 2010

    mohan_185
    Tell my some other site where we can upload the photos
    tinypic man
    haha
  • Gurjeet Singh

    Gurjeet Singh

    @gurjeet-LUX7B1 May 23, 2010

    document.forms[[I]number[/I]].elements[[I]number[/I]].focus() or
     documents.getElementById("[I]id of element you want to receive focus[/I]").focus() 
    try this i think it works or you more elaborate the problem.
  • mohan_185

    mohan_185

    @mohan-185-7XDmOn May 23, 2010

    cooldudeiet
    document.forms[[I]number[/I]].elements[[I]number[/I]].focus() or
     documents.getElementById("[I]id of element you want to receive focus[/I]").focus() 
    try this i think it works or you more elaborate the problem.

    @cooldudeiet : ya it works thanks a lot dude .
  • Gurjeet Singh

    Gurjeet Singh

    @gurjeet-LUX7B1 May 24, 2010

    No need to say ..we are here to help each other 😀
  • computeridiot007

    computeridiot007

    @computeridiot007-xUubel May 24, 2010

    cooldudeiet
    No need to say ..we are here to help each other 😀
    great job bro .help me to solve my queries if possible