Hallo.
script
var js_variable = 7;
var noch_eine = 5;
1.) window.location.href = „http://www.josef-aichinger.at/_udemy/jquery/versuch_2.php?noch_eine= 5&js_variable=“ + js_variable;
2.) window.location.href = „http://www.josef-aichinger.at/_udemy/jquery/versuch_2.php?noch_eine=“ + noch_eine?„js_variable=“ + js_variable ;
Zeile 1 funktioniert
Zeile 2 funzt nicht
was mache ich falsch ?
wer kann mir bitte helfen?