473,396 Members | 2,030 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

multi-column html form

Ed
Does anyone know of a way to create a complex multi column form (like
the ones that can be created in programs like MS-Access)? This is for a
secure WAN where all users will be using MS Internet Explorer.

Jul 24 '05 #1
4 5604
Gazing into my crystal ball I observed "Ed" <sk********@excite.com>
writing in news:11**********************@g49g2000cwa.googlegr oups.com:
Does anyone know of a way to create a complex multi column form (like
the ones that can be created in programs like MS-Access)? This is for a
secure WAN where all users will be using MS Internet Explorer.


First, let me say that forms should not be complex, whether they be on a
secure WAN, on the WWW, or plain paper. Most people don't like filling
out forms, and the more complex they are, the more prone to errors.

To create a form in HTML is simply a matter of using the correct markup
and using CSS to style the form elements, eg:
<form method="method" action="action">
<div>
<label for="name">Name : </label> <input type="text" name="name"
id="name" value="value">
</div>
</form>

Jukka Korpela has more information on forms: <http://www.cs.tut.fi/
~jkorpela/forms/index.html> and check the specs:
<http://www.w3.org/TR/html4/interact/forms.html>

Forms should always be validated server side, and that would be off topic
here. You need to post in a group for your particular server side
language.

Preliminary validation can be done client side (if the user has client
side scripting enabled), but again, that is not a topic for this group,
you should post to a javascript group for that.

--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Jul 24 '05 #2
Dan
Ed wrote:
Does anyone know of a way to create a complex multi column form (like
the ones that can be created in programs like MS-Access)? This is for a
secure WAN where all users will be using MS Internet Explorer.


Well, hopefully they'll eventually wise up and switch to a better
browser, like Mozilla. If you use standards-compliant, platform and
browser neutral authoring, that shouldn't be a problem.

There are plenty of ways to do "complex multi-column forms", including
old-school methods using the TABLE element, and newer techniques making
use of stylesheets and DIV elements. Learning HTML would be a good
first step.

--
Dan

Jul 24 '05 #3
Ed
Thank you for your replies.
As for the complexity of the forms and the browser of choice - these
are requirements of the client and as such not open for discussion.

Your sarcasm aside, thanks again.

Jul 24 '05 #4
On 18 Jul 2005 07:42:32 -0700, "Ed" <sk********@excite.com> wrote:
Does anyone know of a way to create a complex multi column form


_Really_ complex ?

Use AJAX

Jul 24 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

37
by: ajikoe | last post by:
Hello, Is anyone has experiance in running python code to run multi thread parallel in multi processor. Is it possible ? Can python manage which cpu shoud do every thread? Sincerely Yours,...
4
by: Frank Jona | last post by:
Intellisense with C# and a multi-file assembly is not working. With VB.NET it is working. Is there a fix availible? We're using VisualStudio 2003 Regards Frank
12
by: * ProteanThread * | last post by:
but depends upon the clique: ...
0
by: frankenberry | last post by:
I have multi-page tiff files. I need to extract individual frames from the multi-page tiffs and save them as single-page tiffs. 95% of the time I receive multi-page tiffs containing 1 or more black...
6
by: cody | last post by:
What are multi file assemblies good for? What are the advantages of using multiple assemblies (A.DLL+B.DLL) vs. a single multi file assembly (A.DLL+A.NETMODULE)?
4
by: mimmo | last post by:
Hi! I should convert the accented letters of a string in the correspondent letters not accented. But when I compile with -Wall it give me: warning: multi-character character constant Do the...
17
by: =?Utf-8?B?R2Vvcmdl?= | last post by:
Hello everyone, Wide character and multi-byte character are two popular encoding schemes on Windows. And wide character is using unicode encoding scheme. But each time I feel confused when...
0
by: Sabri.Pllana | last post by:
We apologize if you receive multiple copies of this call for papers. *********************************************************************** 2008 International Workshop on Multi-Core Computing...
2
by: Aussie Rules | last post by:
Hi, I have a site that Iwant to either display my text in english or french, based on the users prefernces ? I am new to webforms, but I know in winforms, this is pretty easy with a resource...
14
by: =?ISO-8859-1?Q?Tom=E1s_=D3_h=C9ilidhe?= | last post by:
As far as I know, the C Standard has no mention of multi-threaded programming; it has no mention of how to achieve multi-threaded programming, nor does it mention whether the language or its...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.