focus() question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jeff Uchtman

    focus() question

    Is there any way to do a focus() on a form insert that will focus after a
    initial value is set? If so how?

    Thanks
    Jeff


  • Lee

    #2
    Re: focus() question

    Jeff Uchtman said:[color=blue]
    >
    >Is there any way to do a focus() on a form insert that will focus after a
    >initial value is set? If so how?[/color]

    You need to explain your requirements more precisely.
    What do you mean by "form insert"?
    When you say "that will focus" do you mean that you want
    this "form insert" to take focus?
    After an initial value is set where, and how?

    Comment

    • Jeff Uchtman

      #3
      Re: focus() question

      Sorry Lee, let me explain further.

      I have a submit form that has call for a URL. I need the http:// leading
      before its put into the database. I have a JavaScript form validation that
      is checking for the http:// and will focus back to the insert point if not
      filled in. I would like to focus to land after the initial value of http://
      if possible.

      Thanks
      Jeff
      "Lee" <REM0VElbspamtr ap@cox.net> wrote in message
      news:bmvhqm07j5 @drn.newsguy.co m...[color=blue]
      > Jeff Uchtman said:[color=green]
      > >
      > >Is there any way to do a focus() on a form insert that will focus after a
      > >initial value is set? If so how?[/color]
      >
      > You need to explain your requirements more precisely.
      > What do you mean by "form insert"?
      > When you say "that will focus" do you mean that you want
      > this "form insert" to take focus?
      > After an initial value is set where, and how?
      >[/color]


      Comment

      Working...