EM-Autotechnik
Erfahrenes Mitglied
Hi Leute,
hat man per JS eingriff auf das href Attribut eines links? (<input type="button" onclick="location.href=''....)
also möchte an
'script.php?add_id=123'
eine Variable anhängen
'&var_id=456'
->
'script.php?add_id=123&var_id=456'
geht das? und wenn ja wie?
der Wert var_id ist bereits in einem hiddenfeld vorhanden.
soll dann nur angehängt werden.
Danke Euch mfG Sebastian
hat man per JS eingriff auf das href Attribut eines links? (<input type="button" onclick="location.href=''....)
also möchte an
'script.php?add_id=123'
eine Variable anhängen
'&var_id=456'
->
'script.php?add_id=123&var_id=456'
geht das? und wenn ja wie?
der Wert var_id ist bereits in einem hiddenfeld vorhanden.
soll dann nur angehängt werden.
Danke Euch mfG Sebastian