Home All Groups Group Topic Archive Search About

Making New web site by using ASP.Net 2005

Author
6 Sep 2006 9:52 AM
Husam
Hi EveryBody:

Can my web site that made by Asp.Net in Vb.Net 2005 in any browser like
Internet Expolrer, Opera,  FireFox and NetScape ?

Any help will be appreciated

regard's

Husam

Author
6 Sep 2006 10:23 AM
Mark Rae
"Husam" <Hu***@discussions.microsoft.com> wrote in message
news:9E3EE312-1113-45FB-AB7F-8E7D19FDFF2B@microsoft.com...

> Can my web site that made by Asp.Net in Vb.Net 2005 in any browser like
> Internet Expolrer, Opera,  FireFox and NetScape ?

If you write your site to XHTML-compliant standards, it will almost
certainly work across multiple browsers, and multiple platforms e.g.
Windows, MacOS, Linux etc... You can validate your site here:
http://validator.w3.org/

This might also be useful to you: http://en.wikipedia.org/wiki/Quirks_mode

Lastly, you're using VB.NET as your server-side language, which is fine of
course. However, under no circumstances should you use VBScript for any
client-side scripting, as that will mean your site will only work in
Microsoft IE. Use JavaScript for client-side scripting.
Are all your drivers up to date? click for free checkup

Author
6 Sep 2006 11:35 AM
Sonu.NET
Make sure you test your site under FireFox and IE at the same time. That
will give you a little picture with diff. browers.
Here is a great Article for you -

http://www.asptoday.com/Content.aspx?id=2339

Enjoy

-SK

Show quoteHide quote
"Husam" <Hu***@discussions.microsoft.com> wrote in message
news:9E3EE312-1113-45FB-AB7F-8E7D19FDFF2B@microsoft.com...
> Hi EveryBody:
>
> Can my web site that made by Asp.Net in Vb.Net 2005 in any browser like
> Internet Expolrer, Opera,  FireFox and NetScape ?
>
> Any help will be appreciated
>
> regard's
>
> Husam

Bookmark and Share