dancerman Δημοσιεύτηκε Δεκέμβριος 19, 2012 #1 Κοινοποίηση Δημοσιεύτηκε Δεκέμβριος 19, 2012 λοιπον εχω το παρακατω λινκ <a href="javascript:;" class="simpleCart_checkout"style="visibility:hidden" >τεστ</a> πως μπορω να το βαλω στο onclick ωστε πατωντας το submit button της φορμας να ειναι σαν να παταω αυτο? Link to comment Share on other sites More sharing options...
nucleus Δεκέμβριος 20, 2012 #2 Κοινοποίηση Δεκέμβριος 20, 2012 HTML input type Attribute<!DOCTYPE html><html><head><script>function msg(){alert("Hello world!");}</script></head><body><form><input type="button" value="Click me" onclick="msg()"></form><p>The button above activates a JavaScript when it is clicked.</p></body></html>Στο onclick καλείται η συνάρτηση javascript msg. Link to comment Share on other sites More sharing options...
CherryB Δεκέμβριος 21, 2012 #3 Κοινοποίηση Δεκέμβριος 21, 2012 ;-) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.