chpa Erfahrenes Mitglied 22. November 2005 #1 Hallo Leute, wie kann ich eine Checkbox so programmieren, dass sobald sie angeklickt wird eine automatische Weiterleitung folgt? Mfg Patte Zuletzt bearbeitet: 22. November 2005
Hallo Leute, wie kann ich eine Checkbox so programmieren, dass sobald sie angeklickt wird eine automatische Weiterleitung folgt? Mfg Patte
th23 Mitglied 22. November 2005 #4 Code: <input type="checkbox" name="test" onClick="self.location.href='http://dev.th23.net/'" /> So kannst Du es machen! Gruß th23
Code: <input type="checkbox" name="test" onClick="self.location.href='http://dev.th23.net/'" /> So kannst Du es machen! Gruß th23