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!

Search results for query: *

  1. whappit

    Set textfield value works fine in Firefox/ safari but not in IE

    Hmmm, i fonally found out what the trouble is. In IE Javascript doesnt take the value of a field when it is solely added with <option>blabla</option> you need to give it a value too like <option value='blabal'>blabla</option> Thanks for your help guys, much appreciated. Note that in firefox...
  2. whappit

    Set textfield value works fine in Firefox/ safari but not in IE

    Hmm imho opinion the audience now has all the info it needs, if not feel free to ask. But do you have any clue why this script does work on Firefox and it doesnt on IE? any standard things that tend to go wrong in that case?
  3. whappit

    Set textfield value works fine in Firefox/ safari but not in IE

    first question: <script type="text/javascript" language="JavaScript"> <!-- function hackland(){ //landen var a1 = document.form1.select1.value; var a2 = document.form1.select2.value; var b1 = document.form1.select3.value; var b2 = document.form1.select4.value; var c1 =...
  4. whappit

    Set textfield value works fine in Firefox/ safari but not in IE

    hey there, im making a wk toto for my friends, I wanna make the following: if score a1 > a2 set value(land1)... var eindstanda1 = document.form1.textfield10.value; var eindstanda2 = document.form1.textfield29.value; var a1 = document.form1.select1.value; var a2 = document.form1.select2.value...

Part and Inventory Search

Back
Top