spacer

Webref WebRef   Sitemap · Experts · Tools · Services · Newsletters · About i.com

home / experts / dhtml / diner / seethru

Developer News
SaaS Tool Offers Custom Database Development
Microsoft’s Automated Agent: Can We Talk?
Borland Finally Sells CodeGear

Positioned Elements and OS Controls, Applets and Plug-ins


Form Elements

In the table below, we have reproduced all the valid form elements. Drag the bordered positioned element on the right over the elements to witness the behavior.


TypeRenders as...HTML Problem in...
Text Field<INPUT TYPE=TEXT> NS4.x OperaNS4.x
Password Field<INPUT TYPE=PASSWORD> NS4.x OperaNS4.x
Checkbox<INPUT TYPE=CHECKBOX> NS4.x OperaNS4.x
Radio Button<INPUT TYPE=RADIO> NS4.x OperaNS4.x
File Upload Field<INPUT TYPE=FILE> NS4.x OperaNS4.x
Submit Button<INPUT TYPE=SUBMIT> NS4.x OperaNS4.x
Reset Button<INPUT TYPE=RESET> NS4.x OperaNS4.x
Custom Button<INPUT TYPE=BUTTON> NS4.x OperaNS4.x
Select List (Drop-Down)<SELECT>NS4.x Opera
IE4.x IE5.x IE6.x
NS4.x
IE4.x* IE5.x*
Select List (non-Drop-Down)<SELECT SIZE=3> IE4.x IE5.x IE6.x
NS4.x NS6.x**
Opera
NS4.x IE4.0
Text Area <TEXTAREA></TEXTAREA> NS4.x OperaNS4.x

Notes:

    * IE for Macintosh has a limited problem with the SELECT element. If the element is not selected, there is no persistence. If, however, the element is selected and the drop-down menu appears, the menu itself persists.

    ** NS6 for Windows also has an unusual behavior with SELECT. There is no persistence unless the SELECT element displays scrollbars. Then, the scrollbars persist. It seems that the element is internal to NS except for the scrollbars which are called from the OS. In the early NS6.0, the scrollbars and the content of multi-line SELECT elements persist. The element border, however, does not.

Summary

NS4 and Opera call all the form elements from the OS and have persistence problems with all of them.

IE has solved the persistence problem in all elements except for SELECT elements in Windows. On the Mac, even SELECT elements do not persist, unless the drop-down menu appears.

Form-Type Elements

ISINDEX

The little-used <ISNDEX> tag also generates a text input element (and some browser-generated prompt text, and two horizontal lines). This, too, floats above HTML elements in NS4 and Opera. In IE and NS6 there is no persistence.

TypeHTML Problem in...
CGI Communication Text Field<ISINDEX>NS4.x OperaNS4.x
Renders as...

BUTTON

The HTML4 <BUTTON> tag is not supported by NS4 and will not appear if defined. In the browsers that do support it (IE, NS6, Opera) there is no persistence problem

TypeRenders as...HTMLProblem in...
HTML4 BUTTON<BUTTON></BUTTON>no prob

Note:

Opera calls <INPUT TYPE=BUTTON> as an OS button with persistence, but <BUTTON></BUTTON> is drawn by the browser without peristence. This is unusual as one would expect both to have similar origins.

That about exhausts our discussion of form elements. On the next page, we'll look at the behavior of built-in plug-ins.



Produced by Peter Belesis and



JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

Solutions
Whitepapers and eBooks
Microsoft Article: Will Hyper-V Make VMware This Decade's Netscape?
Microsoft Article: 7.0, Microsoft's Lucky Version?
Microsoft Article: Hyper-V--The Killer Feature in Windows Server 2008
Avaya Article: How to Feed Data into the Avaya Event Processor
Microsoft Article: Install What You Need with Windows Server 2008
HP eBook: Putting the Green into IT
Whitepaper: HP Integrated Citrix XenServer for HP ProLiant Servers
Intel Go Parallel Portal: Interview with C++ Guru Herb Sutter, Part 1
Intel Go Parallel Portal: Interview with C++ Guru Herb Sutter, Part 2--The Future of Concurrency
Avaya Article: Setting Up a SIP A/S Development Environment
IBM Article: How Cool Is Your Data Center?
Microsoft Article: Managing Virtual Machines with Microsoft System Center
HP eBook: Storage Networking , Part 1
Microsoft Article: Solving Data Center Complexity with Microsoft System Center Configuration Manager 2007
MORE WHITEPAPERS, EBOOKS, AND ARTICLES
Webcasts
Intel Video: Are Multi-core Processors Here to Stay?
On-Demand Webcast: Five Virtualization Trends to Watch
HP Video: Page Cost Calculator
Intel Video: APIs for Parallel Programming
HP Webcast: Storage Is Changing Fast - Be Ready or Be Left Behind
Microsoft Silverlight Video: Creating Fading Controls with Expression Design and Expression Blend 2
MORE WEBCASTS, PODCASTS, AND VIDEOS
Downloads and eKits
Sun Download: Solaris 8 Migration Assistant
Sybase Download: SQL Anywhere Developer Edition
Red Gate Download: SQL Backup Pro and free DBA Best Practices eBook
Red Gate Download: SQL Compare Pro 6
Iron Speed Designer Application Generator
MORE DOWNLOADS, EKITS, AND FREE TRIALS
Tutorials and Demos
How-to-Article: Preparing for Hyper-Threading Technology and Dual Core Technology
eTouch PDF: Conquering the Tyranny of E-Mail and Word Processors
IBM Article: Collaborating in the High-Performance Workplace
HP Demo: StorageWorks EVA4400
Intel Featured Algorhythm: Intel Threading Building Blocks--The Pipeline Class
Microsoft How-to Article: Get Going with Silverlight and Windows Live
MORE TUTORIALS, DEMOS AND STEP-BY-STEP GUIDES
webref The latest from WebReference.com Browse >
How to Create an Ajax Autocomplete Text Field: Part 6 · Software Engineering for Ajax · Perl Pragma Primer
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Using File Virtualization for Disaster Recovery · VoIP Security: SIP—Versatile but Vulnerable · Around the World in 80 Nodes

All Rights Reserved. Legal Notices.
Created: Sept 20, 1998
Revised: July 09, 2002

URL: http://www.webreference.com/dhtml/diner/seethru/2.html



I'm a draggable positioned element (layer).
---
Grab and drag me over the FORM elements on this page.