CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2001
    Location
    UK
    Posts
    308

    Avoid Dropdown in text box

    Hi,

    some text boxes, we see a drop down list will be shown when we start typing in them,

    Ex. While typing e-mail coount name in text box a drop down list will be shown..

    Any one know how to avoid this drop down..
    (i'm not using any cookies to store this values...)

    Thanks in adv.

    Venu
    Venu Bharadwaj
    "Dream it. U can do it!"

  2. #2
    Join Date
    Sep 1999
    Location
    Leeds U.K. (Proud to be Sheffield Born)
    Posts
    202

    Have you tried...

    <input type="text" autocomplete="off"

  3. #3
    Join Date
    Dec 2001
    Location
    UK
    Posts
    308

    Target values

    hi,

    in hyperlink tag (<a>) what are the values for "target" properties.

    ex
    <a href="" target=_new> some text </a>
    <a href="" target=_top> some text </a>



    thanks in adv.
    Venu Bharadwaj
    "Dream it. U can do it!"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured