473,395 Members | 1,468 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,395 software developers and data experts.

Netscape & IE

hello all,

I am looking for a list of "things to look for" when building a web page
so it works with both nn and ie
What are the things to look for

Thank you.

JL
Nov 18 '05 #1
6 1544
This isn't really an ASPNET question, since ASPNET renders contents that
render in NN and IE anyway.

If you are looking for more general answers to the best implementation of
HTML, JavaScript & JScript and CSS, I would suggest an HTML newsgroup.
"MS News (MS ILM)" <sq***********@hotmail.com> wrote in message
news:uJ**************@TK2MSFTNGP11.phx.gbl...
hello all,

I am looking for a list of "things to look for" when building a web page
so it works with both nn and ie
What are the things to look for

Thank you.

JL

Nov 18 '05 #2

I think the most important thing to look out for is making sure that your browserCaps in
{web/machine}.config is up to date; the newest Gecko browsers aren't there -- which sometimes means
that ASP.NET will treat Gecko browser as downlevel when they really should be uplevel. There are
various home-brewed Gecko/Mozilla browserCaps around.

The second thing to think about is what kind of HTML; usually VS.NET it defaults to HTML 4.0
(unless you've setup your config differently, like HTML 3.2) -- I like XHMTL. In the end I decided
on XHTML transitional because VS.NET really doesn't grok XHMTL strict -- next release will, I guess.

The rest of the stuff has less to do with ASP.NET and more to do with the individual browsers.

Scott

"MS News (MS ILM)" <sq***********@hotmail.com> wrote in message
news:uJ**************@TK2MSFTNGP11.phx.gbl...
hello all,

I am looking for a list of "things to look for" when building a web page
so it works with both nn and ie
What are the things to look for

Thank you.

JL

Nov 18 '05 #3
Do you know any Links?
"Scott M." <s-***@BADSPAMsnet.net> wrote in message
news:eT**************@TK2MSFTNGP12.phx.gbl...
This isn't really an ASPNET question, since ASPNET renders contents that
render in NN and IE anyway.

If you are looking for more general answers to the best implementation of
HTML, JavaScript & JScript and CSS, I would suggest an HTML newsgroup.
"MS News (MS ILM)" <sq***********@hotmail.com> wrote in message
news:uJ**************@TK2MSFTNGP11.phx.gbl...
hello all,

I am looking for a list of "things to look for" when building a web page
so it works with both nn and ie
What are the things to look for

Thank you.

JL


Nov 18 '05 #4
Scott,

Can you tell me how to include browserCaps in the config file. as an example
Or what's in the machine.config is good enough for NN

Thank you

"Scott" <no*****@this-is-extra-hotmail.com> wrote in message
news:eD**************@TK2MSFTNGP10.phx.gbl...

I think the most important thing to look out for is making sure that your browserCaps in {web/machine}.config is up to date; the newest Gecko browsers aren't there -- which sometimes means that ASP.NET will treat Gecko browser as downlevel when they really should be uplevel. There are various home-brewed Gecko/Mozilla browserCaps around.

The second thing to think about is what kind of HTML; usually VS.NET it defaults to HTML 4.0 (unless you've setup your config differently, like HTML 3.2) -- I like XHMTL. In the end I decided on XHTML transitional because VS.NET really doesn't grok XHMTL strict -- next release will, I guess.
The rest of the stuff has less to do with ASP.NET and more to do with the individual browsers.
Scott

"MS News (MS ILM)" <sq***********@hotmail.com> wrote in message
news:uJ**************@TK2MSFTNGP11.phx.gbl...
hello all,

I am looking for a list of "things to look for" when building a web page
so it works with both nn and ie
What are the things to look for

Thank you.

JL


Nov 18 '05 #5
Google Search on HTML
"MS News (MS ILM)" <sq***********@hotmail.com> wrote in message
news:Oj**************@TK2MSFTNGP12.phx.gbl...
Do you know any Links?
"Scott M." <s-***@BADSPAMsnet.net> wrote in message
news:eT**************@TK2MSFTNGP12.phx.gbl...
This isn't really an ASPNET question, since ASPNET renders contents that
render in NN and IE anyway.

If you are looking for more general answers to the best implementation of HTML, JavaScript & JScript and CSS, I would suggest an HTML newsgroup.
"MS News (MS ILM)" <sq***********@hotmail.com> wrote in message
news:uJ**************@TK2MSFTNGP11.phx.gbl...
hello all,

I am looking for a list of "things to look for" when building a web page so it works with both nn and ie
What are the things to look for

Thank you.

JL



Nov 18 '05 #6
Hi,

check these threads at ASP.NET Forums:
http://www.asp.net/Forums/ShowPost.a...1&PostID=86795
http://www.asp.net/Forums/ShowPost.a...1&PostID=89874

--
Teemu Keiski
MCP, Microsoft MVP (ASP.NET), AspInsiders member
ASP.NET Forum Moderator, AspAlliance Columnist
http://blogs.aspadvice.com/joteke
"MS News (MS ILM)" <sq***********@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Scott,

Can you tell me how to include browserCaps in the config file. as an example
Or what's in the machine.config is good enough for NN

Thank you

"Scott" <no*****@this-is-extra-hotmail.com> wrote in message
news:eD**************@TK2MSFTNGP10.phx.gbl...

I think the most important thing to look out for is making sure that your browserCaps in {web/machine}.config is up to date; the newest Gecko browsers aren't there -- which sometimes means that ASP.NET will treat Gecko browser as downlevel when they really should be uplevel. There are various home-brewed Gecko/Mozilla browserCaps around.

The second thing to think about is what kind of HTML; usually VS.NET it defaults to HTML 4.0 (unless you've setup your config differently, like HTML 3.2) -- I like XHMTL. In the end I decided on XHTML transitional because VS.NET really doesn't grok XHMTL strict -- next release will, I guess.
The rest of the stuff has less to do with ASP.NET and more to do with the individual browsers.
Scott

"MS News (MS ILM)" <sq***********@hotmail.com> wrote in message
news:uJ**************@TK2MSFTNGP11.phx.gbl...
hello all,

I am looking for a list of "things to look for" when building a web page
so it works with both nn and ie
What are the things to look for

Thank you.

JL



Nov 18 '05 #7

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

Similar topics

1
by: g | last post by:
Hi, I would like to step through all the key-value pairs in an associative array. I'm trying: for (var i=0 in hashOfItems) { // go through all keys in the hash hashOfItems // do sth }
2
by: simchajoy2000 | last post by:
Hi, Well I am totally desperate - I can't figure out why Netscape is not able to display the background image for my website. I use a regular html table and inside one of the cells I place an...
1
by: jfancy-Transport Canada | last post by:
This code needs to be changed so that it is compatible with other browsers like Opera, Netscape, and Mozilla. { s=a.currentStyle.fontSize+''; s=Right(s,2); a.style.fontSize =...
9
by: Anna | last post by:
Hi, I use the Swedish letters å,ä,ö in my HTML code and it works perfectly in IE, but not in Netscape and Mozilla browsers. Does anyone know how to fix it? I use &aring for å, &auml for ä and...
7
by: MS News \(MS ILM\) | last post by:
hello all, I am looking for a list of "things to look for" when building a web page so it works with both nn and ie What are the things to look for Thank you. JL
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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...

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.