|
 |
aspx thread: Netscape 6 and aspx
Message #1 by craigw@w... on Thu, 16 Nov 2000 14:51:05 -0000
|
|
has anyone tested aspx files with netscape 6 yet?
Message #2 by kevin.burton@i... on Thu, 16 Nov 2000 11:47:14 -0600
|
|
It certainly is not extensive tests but the authors of "A Preview of Active
Server Pages+" present an example on page 40 that shows the compatibility of
IE5.5 and Netscape 6 with an ASPX page.
Kevin
-----Original Message-----
From: craigw@w... [mailto:craigw@w...]
Sent: Thursday, November 16, 2000 8:51 AM
To: ASP+
Subject: [aspx] Netscape 6 and aspx
has anyone tested aspx files with netscape 6 yet?
Message #3 by Wim Hollebrandse <Wim.Hollebrandse@c...> on Thu, 16 Nov 2000 21:19:03 -0000
|
|
Guys,
I don't understand this discussion. Since ASP+ controls run at the server
and are rendered into proper HTML, what is the worry?
Regards,
Wim
-----Original Message-----
From: kevin.burton@i... [mailto:kevin.burton@i...]
Sent: Thursday, November 16, 2000 5:47 PM
To: ASP+
Subject: [aspx] RE: Netscape 6 and aspx
It certainly is not extensive tests but the authors of "A Preview of Active
Server Pages+" present an example on page 40 that shows the compatibility of
IE5.5 and Netscape 6 with an ASPX page.
Kevin
-----Original Message-----
From: craigw@w... [mailto:craigw@w...]
Sent: Thursday, November 16, 2000 8:51 AM
To: ASP+
Subject: [aspx] Netscape 6 and aspx
has anyone tested aspx files with netscape 6 yet?
Message #4 by Rob Howard <rhoward@m...> on Thu, 16 Nov 2000 10:38:48 -0800
|
|
ASP.NET is server side technology, hence, code is executed on the server and
the output is in the format that the developer chooses. If you choose to
emit HTML 1.0 that's entirely up to you. If you choose to emit <applet> tags
or DHTML, again, it's entirely up to you.
ASP.NET is a client neutral technology. Therefore, as long as Netscape v6
doesn't have bugs that prevent it from parsing standard HTML, there should
be no issues with ASP.NET pages :). Unless of course the developer output's
client specific code.
Thanks,
Rob
-----Original Message-----
From: kevin.burton@i... [mailto:kevin.burton@i...]
Sent: Thursday, November 16, 2000 9:47 AM
To: ASP+
Subject: [aspx] RE: Netscape 6 and aspx
It certainly is not extensive tests but the authors of "A Preview of Active
Server Pages+" present an example on page 40 that shows the compatibility of
IE5.5 and Netscape 6 with an ASPX page.
Kevin
-----Original Message-----
From: craigw@w... [mailto:craigw@w...]
Sent: Thursday, November 16, 2000 8:51 AM
To: ASP+
Subject: [aspx] Netscape 6 and aspx
has anyone tested aspx files with netscape 6 yet?
|
|
 |