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...
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?
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 =...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.