11 posts tagged with html and forms (View popular tags)

I'm developing a web site to be accessible by mobile phone. One of the key requirements is data input into a form that is submitted back to the server. This has been developed and works fine. One of the features of my K610i Sony Ericsson mobile phone is text prediction or auto completion of words. This is a good feature on the text fields, but some fields only require integer or floats (e.g., 12.34567). Integers can be input by either holding down each key for a full second, or by switching the "Writing language" to "123..." (i.e., integer input). Both approaches add a few seconds to the input process, but I'd like to make this is quick as possible. My question is: Is there a way, perhaps with a tag on the form field, to force my mobile browser to switch to the integer input for those fields? Do other phone brands (Nokia, Siemens) do this differently? Would a third party mobile browser, such as Opera, handle this somehow?
posted on Mar 16, 2008 - 5 answers

Anyone have a JavaScript trick to create a web form that builds a URL to send users to a pre-populated search? [more inside]
posted on Jan 23, 2008 - 6 answers

If you are a HTML or Javascript kung-fu master, I need a sensei to advise me as to a few exotic tricks I desire to implement involving HTML form fields. [more inside]
posted on Jul 12, 2007 - 15 answers

I would like a "Next" button to be invisible for a set duration of time. So far, my endevors have proved unsuccessful. [more inside]
posted on Sep 27, 2006 - 15 answers

Does anyone know how it's possible to produce an interface for checkbox selection like the one in Gmail? Namely, where you can hold down shift and click the first and last items in a list, and it'll automatically select all the ones in between. Is it possible with simple JavaScript without having to use AJAX or other fancy-pants technology...
posted on May 20, 2006 - 8 answers

I've successfully developed my own website using HTML and CSS. Now I need to add simple facilities for customers to order and pay on-line. What are some good on-line tutorial sites to help me? [more inside]
posted on Apr 4, 2006 - 12 answers

I would like to run a web server and more. Any assistance or advice out there? [more inside]
posted on Jan 19, 2006 - 17 answers

Where can I get a script for my websites that will allow me to ask questions of the user, and then, upon completion of filling out the form, that user is redirected to a specific URL? [more inside]
posted on Dec 26, 2005 - 5 answers

Can anyone recommend a secure form mail script? [more inside]
posted on Nov 29, 2005 - 8 answers

HTML FormsFilter: I'm building a short multiple choice survey. Is there a good, free online application which will help me do this? [more inside]
posted on Aug 5, 2005 - 7 answers

A client wants to enable fiile uploads via their web site. The web site is hosted outside the company and the files need to be uploaded to their FTP server which is hosted within or on-site at the company. Thus far all the components I've looked into upload to the web server. Is this simply the only option? Can anyone recommend a good component or alternate method? PHP, ASP are fine.
posted on Mar 21, 2005 - 10 answers