Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by cavato

  1. cavato

    IE6 option/select problem

    Goodmorning .htc is to add dynamic and style. The code is now working in both FF and IE ;)
  2. cavato

    IE6 option/select problem

    The problem is that I use a HTC that dosen't respond to the javascript. Thank a lot for your help!
  3. cavato

    IE6 option/select problem

    I'm using Ajax to get the jsp, could that be the problem? Tried your version, but no options and no errors at all. I also tried to change the syntax: document.forms['boerneopsparingForm'].nualder.value; With no result
  4. cavato

    IE6 option/select problem

    <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <jsp:useBean id="vbIn" class="dk.boerneopsparing.beans.Inputbean" scope="session" /> <h1>Børneopsparing</h1> <section><%@ include file="/content/error.jsp" %></section> <section> <form method="post"...
  5. cavato

    IE6 option/select problem

    Yes, I couldn't think that it can't work. Thanks for your comments, I'm a beginner in Forums :) The problem is, that when another dropdownlist(ddl) has an onchange event, it should trigger the other ddl to make some options. I don't get any errors but no option either. function...
  6. cavato

    IE6 option/select problem

    Cannot make it work :( IE6 dosn't want me to make a dynamic dropdownlist. Has anyone made it work?
  7. cavato

    IE6 option/select problem

    Hi there I'm having problem adding options in a select box in IE6. Tried many examples but can only make it work in Firefox. The event to trigger the adding of new items, is comming from another dropdownlist. Have anyone found a solution to add options in IE6? **** Tried: var option =...

Part and Inventory Search

Back
Top