Button Javascript in Wordpress
Written by techieDan on June 14, 2008 – 8:22 pmPreviously 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: button, javascript, Wordpress
Posted in Wordpress, javascript |
