Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: HTML - IE vs Netscape functionality


Message #1 by "Phil Perks" <philp@w...> on Wed, 14 Jun 2000 12:45:47
I have had this same problem and have resolved it by using the onfocus event
as follows:

<input name="myinput" onFocus="myinput.blur()">

You can still put in the readonly attribute for IE if you like.

-----Original Message-----
From: Phil Perks [mailto:philp@w...]
Sent: 14 June 2000 13:46
To: HTML Code Clinic
Subject: [html_code_clinic] HTML - IE vs Netscape functionality


-----Original Message-----
From: James Hanchard [mailto:jhanchard@m...]
Sent: 13 June 2000 17:36
To: support@w...
Subject: HTML - IE vs Netscape functionality
Importance: High

We need your advice and help with a problem:

If you are NOT able to help us please send me the name and address of
someone who can.

Regards:

James Hanchard

Our Problem

"When using IE4 or 5 you can use "disabled" in the input line to have the
field grayed out so that the user can see what was entered but can not
change it.

I have tried to find a way for this to work in Netscape, but I have been
unsuccessful. Any hints???

Is there a book that shows the HTML TAGS supported by IE and NETSCAPE and
shows the tags that are NOT compatible for each?



---
Wrox Professional Wireless Developer Conference, Amsterdam, July 10-12.
Covering application of WAP, XML, ASP, Java and C++ to wireless computing,
choose from 40+ technical sessions delivered by industry experts:
http://www.wroxconferences.com/ConferenceHome.asp?ConfID=9
mark.everest@t... 
$subst('Email.Unsub')
---------------------------------------------------
Moderated programmer to programmer lists at http://p2p.wrox.com


  Return to Index