ss_blog_claim=a37b70f67cd872812717e1fce7e83301
Latest Posts »
Latest Comments »
Popular Posts »

Button Javascript in Wordpress

Written by techieDan on June 14, 2008 – 8:22 pm

Previously I wrote about how to write a simple javascript button for normal webpages. But it looks like it’s utterly different for creating a button in Wordpress. Well, basically there’s a way to write it. With that too, you can actually have a lot of other things like a statistics counter to count how many times a user has clicked. Well, depends on how well you know though.

How did I create this button on Wordpress? SIMPLE!!

<button onclick="javascript:alert('Hello!\nWelcome to TechieDan.com')">
CLICK ME</button>

Straightforward, so have some fun with Javascript Buttons on Wordpress.


Tags: , ,
Posted in Wordpress, javascript |

Leave a Comment