customized button in HTML form

JavaScript and client side scripting.

Moderator: General Moderators

Unipus
Forum Contributor
Posts: 409
Joined: Tue Aug 26, 2003 2:06 pm
Location: Los Angeles, CA

Post by Unipus »

There's some nice tricks suggested in here (buyukcer particularly has the right idea), but make sure you know your demographic pretty well before you start using ONLY javascript to submit forms. You can disable the functionality of an entire site pretty easily that way if the client isn't javascript enabled (and a surprisingly high number aren't). So be careful, and don't let form get in the way of function.
m3rajk
DevNet Resident
Posts: 1191
Joined: Mon Jun 02, 2003 3:37 pm

Post by m3rajk »

that's why i don't like using javascript on somehting i'm not doing for fun. i know many people that disable javascript. since the site i made is suppossed to show ability with languages i figured that i have to ignore those that disable it for he site in order to show i can use it
Post Reply