473,766 Members | 2,055 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.NET and Netscape

Is ASP.NET fully compatible with Netscape?
Nov 18 '05 #1
4 1304
I've never tested it on Netscape, but on mozilla.

It's not fully compatible, for example validation controls are not
rendered, so validation is performed only server side, unless you use
third party controls.

What's more, to render the html correctly, you must include some code in
the web.config.

Finally, you have to do some extrawork to make it almost fully
compatible with non-explorer browsers.
HTH
Stefano Mostarda MC
Rome Italy

Mark Goldin wrote:
Is ASP.NET fully compatible with Netscape?

Nov 18 '05 #2
There is a set of validation controls designed to work with both Netscape,
IE as well as various other browsers. Its also quite easy to add support for
many other browsers, particularly DOM compliant ones.

You can grab the DOMValidators from
http://aspalliance.com/glav/downloads/domvalidators.zip

They were written by myself and are upto Version 2.002. I haven't done much
with them lately but a numberof people are actively using them and I have
used successfully on a number of production large scale projects. They come
complete with full source code.

--
- Paul Glavich
Microsoft MVP - ASP.NET
"Stefano Mostarda" <st************ **@fastwebnet.i t> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
I've never tested it on Netscape, but on mozilla.

It's not fully compatible, for example validation controls are not
rendered, so validation is performed only server side, unless you use
third party controls.

What's more, to render the html correctly, you must include some code in
the web.config.

Finally, you have to do some extrawork to make it almost fully
compatible with non-explorer browsers.
HTH
Stefano Mostarda MC
Rome Italy

Mark Goldin wrote:
Is ASP.NET fully compatible with Netscape?

Nov 18 '05 #3
Mark,

One of the beautiful things about ASP.NET is its ability to render its
server controls to what Microsoft calls "downstream " browsers. It is true
that the client script used for the validation controls may not behave well
on older versions of Netscape (pre-7.0 Navigator). So, on downstream
browsers, ASP.NET will force server validation (i.e. validate on postback).
On upsteam browsers (e.g. IE 5.5 and up), ASP.NET will perform most
validation with the client-side scripting is provides.

As for the markup, you can select the browser base you're targeting and it
will output the appropriate doctype and appropriate markup.

For the most part, all we're talking about here is basic HTML and simple
client-side scripting which ASP.NET does pretty well IMHO.

HTH,
Robert Gaut
"Mark Goldin" <ma********@com cast.net> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
Is ASP.NET fully compatible with Netscape?

Nov 18 '05 #4
Hello,

I have problem with Netscape lately as it's InputImage seems won't
response to javascript's click() calls.

For some of my pages I could use form.submit() to get over it since I
only need to change the page's layout, for the others I could not since
seems that Netscape won't add ImageButton as the Form.Submit()'s handler. :(

Regards,
Lau Lei Cheong
"Mark Goldin" <ma********@com cast.net> ¦b¶l¥ó
news:%2******** ********@TK2MSF TNGP12.phx.gbl ¤¤¼¶¼g...
Is ASP.NET fully compatible with Netscape?

Nov 18 '05 #5

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

Similar topics

1
5036
by: Sims | last post by:
Hi, if i use... // php $info = getenv("HTTP_USER_AGENT"); // I noticed that Mozzila and Netscape <6(?) both use the same Agent. // so i was thinking of if (preg_match("/Mozilla/i", $info)) {
1
9593
by: mark.reichman | last post by:
First off.. Thanks to Grant Wagner for help in a previous thread related to this one. I am at a total loss... I have multiple fields in a form with the same name. Lets call the fields with the same name "junk_array". My first field of junk_array is a input type=hidden. All the others fields in junk_array that follow are type=text. I can reference this first hidden field in IE with document.form.field.value. In, fact my form works...
9
2552
by: rez | last post by:
I find it rather frustrating that Netscape 4.x is "no longer supported:" http://help.netscape.com/products/client/communicator/reflib.html Same seems true with IE. How am I ever supposed to make my scripts multi-browser, when they don't bother giving me basic documentation?
2
2200
by: SabMan | last post by:
I understand that document.layers is no longer supported in Netscape 7.1 but I am not sure on how to fix the code so that it will work with Netscape 7.1. I understand that document.all is no longer supported in IE6 but I am not sure on how to fix the code so that it will work with IE6. <!--
26
2204
by: Roger Desparois | last post by:
Hi, I need help : I found the simplest and most precise way to open and close submenu layers. it works perfectly with IE, but for some odd reason NS won't recognize it. Can anyone tell me why ? And is there a way around the problem ?
6
1914
by: qqq | last post by:
I'm a relative newbie... I'd like my site to support Netscape browsers. For a page I set 'TargetSchema' to 'IE 3.02/Netscape 3'. When I insert label or textbox web controls on the page, they appear with no size/color/border attributes etc. when viewed in Netscape. They appear just fine in IE. Can someone please explain? Thanks - Paul.
10
2376
by: News | last post by:
I have a page up trying to learn how to ID a browser and other info. http://wyght.com/warren/testPos.html here is the code <script type = "text/javascript"> var space = ", "; var name = navigator.appName;
4
1837
by: Nathan Sokalski | last post by:
I was testing out a page of mine that displays the information from Page.Request.Browser. It works exactly as I expected in Internet Explorer and Netscape 4.75 (I didn't expect much in Netscape 4.75, but I got some stuff). However, Netscape 7.1 gave me some strange stuff, including the following: 1. It gave the Version as 5.0 rather than 7.1, and the Type as Netscape5 2. ASP.NET did not send any CSS other than the constant part that I...
7
1612
by: Joe | last post by:
I've been playing around with atlas for hte past couple days and its very impressive. However the standard browser here is Netscape, specifically: Netscape 7.02 Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 While everythign works great in Firefox and IE, absolutely nothing seems to work with netscape. Is there something I need to change in my browser caps to get it to work in netscape? I want to...
0
9404
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10168
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9959
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9837
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7381
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5279
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5423
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3929
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2806
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.