AceTheInterview
Jobs in Pune | Work better in teams | Socialize with friends | Submit Q&A | Tell a friend
Search site for 

Top 100 Interview Questions & Answers in a convenient and easy to read book!

“I bought this guide a few days ago to prepare for my interview with Oracle. Many of the questions they asked me were from this guide. I found this book absolutely great!”

– Ravi, California

Read more comments...

Interview Questions And Answers RSS Feed

Answers »

  1. Submitted By: johny_bravo — October 6, 2006
    not yet rated
      + -

    Drop down combo box can be created using the
    <SELECT> tag in HTML

  2. Submitted By: akbatra — October 6, 2006
    not yet rated
      + -

    Using Select tag

    Example:
    <select name=”gender”>
    <option value=”0″ SELECTED>Male</option>
    <option value=”1″ >Female</option>
    </select>

  3. Submitted By: Duncan — January 18, 2007
    not yet rated
      + -

    A combo box is a text field that you can type in with a drop-down menu attached. (Combo = combination, get it?) You cannot emulate this with just a select tag.

    You could use javascript to overlay a text field on top of the select, and then switch between them depending on what should have focus.

    Implementation is left as an exercise to the panicked interviewee.

  4. Leave an Answer/Comment

    To prove you're a person (not a spam script), type the security text shown in the picture. Click here to regenerate some new text.
    Click to hear an audio file of the anti-spam word

Our Sponsors
Our Sponsors
Contact Us | FAQ | Sitemap | Terms of Use | Privacy Policy | Tell a Friend

Copyright © 1999-2006 Jeeve Technologies LLC. All rights reserved.