472,952 Members | 2,143 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,952 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 5584
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: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...

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.