spacer

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

home / experts / dhtml / diner / seethru
DHTML Diner Logo

This article applies to both Navigator 4 and Explorer 4.
It has been written in response to a zillion email queries.

Developer News
News Flash: Adobe Has iPhone Workaround
Adobe's Flash 10.1 Goes Mobile (Minus iPhone)
A Salute to Visionary CEOs

Positioned Elements and OS Controls, Applets and Plug-ins

Form Elements

As mentioned on the previous page, the persistence problem is most commonly evident in FORM elements, at least as far as Navigator is concerned. Explorer, in its Windows incarnation, with its close relation to the OS, has a problem only with the SELECT element.

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.


TypeRenderingHTMLProblem in...
Text Field<INPUT TYPE=TEXT>NS4
Password Field<INPUT TYPE=PASSWORD>NS4
Checkbox<INPUT TYPE=CHECKBOX>NS4
Radio Button<INPUT TYPE=RADIO>NS4
File Upload Field<INPUT TYPE=FILE>NS4
Submit Button<INPUT TYPE=SUBMIT>NS4
Reset Button<INPUT TYPE=RESET>NS4
Custom Button<INPUT TYPE=BUTTON>NS4
Select List<SELECT>IE4 NS4
Multiple Select List<SELECT MULTIPLE>IE4 NS4
Text Area<TEXTAREA></TEXTAREA>NS4

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 positioned elements in Navigator. In Explorer, it can be hidden.

TypeHTMLProblem in...
CGI Communication Text Field<ISINDEX>NS4
Rendering

BUTTON

The HTML4 <BUTTON> tag is presently supported only by Explorer, and it does not present a persistence problem.

TypeRenderingHTMLProblem in...
HTML4 BUTTON<BUTTON></BUTTON>no prob

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



Produced by Peter Belesis and

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs

webref The latest from WebReference.com Browse >
Building a Banking Application Home Page with OOP · Mixing Scripting Languages · Review: phpFox, a Social Networking CMS with all the Bells and Whistles
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Enterprise 2.0: Social Networking in the Cloud · BroadSoft Marketplace Hastens Pace of Telephony Innovation · Review: HTC Hero for Sprint

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

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



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