18. september 2002 - 12:58
Der er
6 kommentarer og 1 løsning
popup - ikke popup!
Hi, Hvorfor vil dette ikke virke ! test.htm: <html> <body> <title>test.htm</title> <script language="JavaScript"> function GooTo(SEL) { Action = document.form.+SEL+.options[this.selectedIndex].value; if (Action == "/list.php?ID=1" || Action == "/list.php?ID=2" || Action == "/list.php?ID=3") { window.open(document.form.+SEL+.options[this.selectedIndex].value,'_top') } else { window.open(document.form.+SEL+.options[this.selectedIndex].value,'popup','toolbar=no,menubar=no,status=no,scrollbars=no,resizable=no,width=500,height=600,top=50,left=50'); } } </script> </head> <body> <form action="test.htm" method="post" name="form"> <select NAME="my1" size=1 onchange="if (value != 'my1'){ GooTo('my1');document.form.my1.options[0].selected=true; }"> <option value="my1" selected>tjaaa</option> <option value="/list.php?ID=1">Val 1</option> <option value="/list.php?ID=2">Val 2</option> <option value="/list.php?ID=3">Val 3</option> </select> <br> <select NAME="my2" size=1 onchange="if (value != 'my2'){ GooTo('my2');document.form.my2.options[0].selected=true; }"> <option value="my2" selected>tjaaa</option> <option value="/list.php?ID=4">Val 4</option> <option value="/list.php?ID=5">Val 5</option> <option value="/list.php?ID=6">Val 6</option> </select> </body> </html>
Annonceindlæg fra Infor
18. september 2002 - 13:01
#1
ved ikke så meget om det, men mangler du ikke en afsluttende body </body> cirka i midten
18. september 2002 - 13:04
#2
fordi du ikke bare kan sætte en .-adresse sammen af strengstumper <html> <body> <title>test.htm</title> <script language="JavaScript"> function GooTo(SELelem) { Action = SELelem.options[this.selectedIndex].value; if (Action == "/list.php?ID=1" || Action == "/list.php?ID=2" || Action == "/list.php?ID=3") { window.open(SELelem.options[this.selectedIndex].value,'_top') } else { window.open(SELelem.options[this.selectedIndex].value,'popup','toolbar=no,menubar=no,status=no,scrollbars=no,resizable=no,width=500,height=600,top=50,left=50'); } } </script> </head> <body> <form action="test.htm" method="post" name="form"> <select NAME="my1" size=1 onchange="if (value != 'my1'){ GooTo(this);document.form.my1.options[0].selected=true; }"> <option value="my1" selected>tjaaa</option> <option value="/list.php?ID=1">Val 1</option> <option value="/list.php?ID=2">Val 2</option> <option value="/list.php?ID=3">Val 3</option> </select> <br> <select NAME="my2" size=1 onchange="if (value != 'my2'){ GooTo(this);document.form.my2.options[0].selected=true; }"> <option value="my2" selected>tjaaa</option> <option value="/list.php?ID=4">Val 4</option> <option value="/list.php?ID=5">Val 5</option> <option value="/list.php?ID=6">Val 6</option> </select> </body> </html> mvh JakobA
18. september 2002 - 13:05
#3
det var så et svar
18. september 2002 - 13:11
#4
jacob, gode ven! det virker desvære ikke.. please test.. :-)
18. september 2002 - 13:15
#5
--> tsmy2k Hvad tror du selv *GG* du skal nok ikke svare på noget du ikke ved en sk... om,.. Du kommer jo bare til at fremstå som et fjols, som ingen ting ved om noget så simpelt som HTML !! .sorry men btw, så mangler jeg at åbne HEAD i mit lille eks..
Slettet bruger
18. september 2002 - 20:39
#6
function GooTo(SELelem) { Action = SELelem.options[SELelem.selectedIndex].value; if (Action == "/list.php?ID=1" || Action == "/list.php?ID=2" || Action == "/list.php?ID=3") { window.open(SELelem.options[SELelem.selectedIndex].value,'_top') } else { window.open(SELelem.options[SELelem.selectedIndex].value,'popup','toolbar=no,menubar=no,status=no,scrollbars=no,resizable=no,width=500,height=600,top=50,left=50'); } } Giv jakoba pointene.
19. september 2002 - 14:59
#7
takker jer begge to :-)
Vi tilbyder markedets bedste kurser inden for webudvikling