Home » Archive

Articles tagged with: javascript

Written By: techieDan on November 26, 2009 One Comment
Javascript Submit Form Not Working

Remember previously I was writing about how to do javascript to submit a form in html/jsp/php/asp. Well, surprisingly sometimes we discover things which are unexpected. For instance to submit a form without clicking the submit button but another link or button. Though something is wrong! The form doesn’t submit at all and there’s a javascript [...]

Written By: techieDan on January 18, 2009 One Comment

Disable the automatic enter key that people tend to associate with forms. Well, it’s good at the same time, but it’s also sometimes good that you can limit your users from using the Enter key to submit the form if you want to do something else with it.

Tags: [, ]
Written By: techieDan on December 7, 2008 3 Comments

This is a small part of where someone who isn’t IT savvy but just want to poke some fun ass onto his friends with his annoying websites.

Well, what I meant was have you ever been sent a site where there are popups like Welcome to My Site! Now you can do that too. All you [...]

Tags: []
Written By: techieDan on June 14, 2008 No Comment

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 [...]

Written By: techieDan on June 5, 2008 No Comment

Here’s a simple script that every new javascript scripters should know. Well, play with buttons and poof…. javascript. Well, although writing it in Wordpress is a whole lot different from normal javascripting.

Hello World

Impressive? Well, in normal html codes it would be

<input type=’button’ value=’Hello World’
onClick=’javascript:alert(‘Hello!\nWelcome to TechieDan.com’)'>

Cool right

Tags: []
Written By: techieDan on March 25, 2008 No Comment

Javascript isn’t that hard. Especially when you want to handle a simple form action. For example, most sites tells us how to do validation for regular expressions and the javascript for it, but what if one is a totally newbie to javascript and html.

Here I bring upon you some of my practices which somehow though, [...]

  Copyright © 2009 TechieDan, All rights reserved.| Powered by WordPress