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

Netscape / IE compatible?

HI!
I have a question....
when designing asp.net pages in vs.net I always see that labels are
transformed to <span tags...
I stopped using span and div before because of its lack of compatibility
with netscape...

However, in asp.net it dosnīt seem to be an option...

Do you guys know how compatible an asp.net page is with other browsers such
as IE,Netscape,Opera e.t.c...
and with MAC/PC... ???

Because, Im working on a fairly big page, witch needs to be compatible with
as many browsers as possible...

Is there an option I can set in vs.net that makes the page compatible with
more browsers or is it by default?

(It was a while since Ive been using any other browser than IE)...
Yours: Kristoffer
Nov 18 '05 #1
11 1642
If you're concerned that auto-detection doesn't work for your target, you
can handle the target manually:

"Overriding Browser Type Detection
If you want to explicitly control how the page is rendered — instead of
relying on automatic browser detection — you can set the page's ClientTarget
property. You can do this in the Property window or in HTML view. The
property setting is stored as an attribute of the @ Page directive for that
page."

http://msdn.microsoft.com/library/de...pabilities.asp

"Kristoffer Arfvidson" <kr********@spamtrap.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
HI!
I have a question....
when designing asp.net pages in vs.net I always see that labels are
transformed to <span tags...
I stopped using span and div before because of its lack of compatibility
with netscape...

However, in asp.net it dosnīt seem to be an option...

Do you guys know how compatible an asp.net page is with other browsers
such
as IE,Netscape,Opera e.t.c...
and with MAC/PC... ???

Because, Im working on a fairly big page, witch needs to be compatible
with
as many browsers as possible...

Is there an option I can set in vs.net that makes the page compatible with
more browsers or is it by default?

(It was a while since Ive been using any other browser than IE)...
Yours: Kristoffer


Nov 18 '05 #2
"Kristoffer Arfvidson" <kr********@spamtrap.com> wrote in news:
#t**************@tk2msftngp13.phx.gbl:
Do you guys know how compatible an asp.net page is with other browsers such
as IE,Netscape,Opera e.t.c...
and with MAC/PC... ???
Do you need to support Nestcape 4 as well? Or just newer versions?

Is using HTML 3.2 an option for you?
Is there an option I can set in vs.net that makes the page compatible with
more browsers or is it by default?

(It was a while since Ive been using any other browser than IE)...


ASP.net "claims" browser independent. And it is - but in practice you'll find
that many advanced options often have "trouble" in non IE browsers and that
you often have to do a lot of tweaking to make the non IE browsers work all
the time.

Your mileage may vary and a lot of it is not so much ASP.net, but the HTML
that gets generated by the editor.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Nov 18 '05 #3
what i would advise you to do... is
a. have atleast IE 5.0, 5.5, and probably the lastest one (you have ways in
which you can have standalone IE versions)
b. Install version of netscape from 5, one of 6 and probably 7 (though 7
uses the same engine as 6)
c. Download a couple of emulators for mac and linux.

http://www.insert-title.com/web_desi...s/dev/multi_IE

http://www.thesitewizard.com/webdesi...browsers.shtml

span works perfectly with ns 7 but not sure bout earlier ones.. (using
iframes and couldnt test my admin pages on ealier ms versions)

hope it helps

--
Regards,
HD
Once a Geek.... Always a Geek
"Kristoffer Arfvidson" <kr********@spamtrap.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
HI!
I have a question....
when designing asp.net pages in vs.net I always see that labels are
transformed to <span tags...
I stopped using span and div before because of its lack of compatibility
with netscape...

However, in asp.net it dosnīt seem to be an option...

Do you guys know how compatible an asp.net page is with other browsers
such
as IE,Netscape,Opera e.t.c...
and with MAC/PC... ???

Because, Im working on a fairly big page, witch needs to be compatible
with
as many browsers as possible...

Is there an option I can set in vs.net that makes the page compatible with
more browsers or is it by default?

(It was a while since Ive been using any other browser than IE)...
Yours: Kristoffer

Nov 18 '05 #4
"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in
news:OI*************@TK2MSFTNGP11.phx.gbl:
span works perfectly with ns 7 but not sure bout earlier ones.. (using
iframes and couldnt test my admin pages on ealier ms versions)


Netscape 6 has a LOT of bugs. Most times we dont support it and tell NS users
they have to have 7.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Nov 18 '05 #5
"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in
news:OI*************@TK2MSFTNGP11.phx.gbl:
c. Download a couple of emulators for mac and linux.


None of them seem to run OS X, which IIRC is what Safari runs on correct? Any
way to run an emulator to emulate Safari?
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Nov 18 '05 #6
with OS X you are kinda stuck cause its a hybrid mac / bsd implementation.
Have a look at the links

http://lists.evolt.org/archive/Week-...30/123845.html
http://lists.evolt.org/archive/Week-...30/123839.html

http://www.kearney.net/~mhoffman/macpc.html

you might wanna give a try to things like virtual pc or vmware.
--
Regards,
HD
Once a Geek.... Always a Geek
"Chad Z. Hower aka Kudzu" <cp**@hower.org> wrote in message
news:Xn******************@127.0.0.1...
"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in
news:OI*************@TK2MSFTNGP11.phx.gbl:
c. Download a couple of emulators for mac and linux.


None of them seem to run OS X, which IIRC is what Safari runs on correct?
Any
way to run an emulator to emulate Safari?
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Nov 18 '05 #7
"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in
news:eB**************@TK2MSFTNGP09.phx.gbl:
with OS X you are kinda stuck cause its a hybrid mac / bsd implementation.
Have a look at the links
Thanks for the confirmation. The links about installing 3 IE's were
incredibly useful as well.
you might wanna give a try to things like virtual pc or vmware.


We live and die by VMWare. But it doesnt do Mac. But its fantastic for Window
s and Linux. VMWare is one of the most amazing and useful pieces of software
we have ever used and we have used it since 1.0. Fantastic for having tons of
kinds of OS's for environment testing, stress testing, simulation,
installation testing, and more. Restore and back up anytime you want. :)

--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Nov 18 '05 #8
you are welcome.
don't use linux often nowadays (its too hyped as microsoft replacement)
but i did use vmware to install bsd a while back when i wanted to check out
the rotor implemation by ms

the best part about backups with vmware is that you just copy the 2 / 3
files to anywhere you please... restore is simple paste of those files...
have to try the similar ms product (its supposed to be really nice.. though
i read that it doesnt mention linux much... but the graphics rendering is
great)
even better than vmware after installing the tools...

--
Regards,
HD
Once a Geek.... Always a Geek
"Chad Z. Hower aka Kudzu" <cp**@hower.org> wrote in message
news:Xn*****************@127.0.0.1...
"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in
news:eB**************@TK2MSFTNGP09.phx.gbl:
with OS X you are kinda stuck cause its a hybrid mac / bsd
implementation.
Have a look at the links


Thanks for the confirmation. The links about installing 3 IE's were
incredibly useful as well.
you might wanna give a try to things like virtual pc or vmware.


We live and die by VMWare. But it doesnt do Mac. But its fantastic for
Window
s and Linux. VMWare is one of the most amazing and useful pieces of
software
we have ever used and we have used it since 1.0. Fantastic for having tons
of
kinds of OS's for environment testing, stress testing, simulation,
installation testing, and more. Restore and back up anytime you want. :)

--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Nov 18 '05 #9
"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in
news:u4**************@TK2MSFTNGP11.phx.gbl:
the best part about backups with vmware is that you just copy the 2 / 3
files to anywhere you please... restore is simple paste of those
files... have to try the similar ms product (its supposed to be really
Yes. But in most cases I just use a snapshot, and click restore. Great for
testing installs. :)
nice.. though i read that it doesnt mention linux much... but the
I avoid MS whenever possible. I've had MS stuff bite me tooooo many times. So
unless there is no choice or all the alternatives are bad... VMWare is
absoluately excellent and always works. Whats not broken - I dont want to fix
- esp on something that traditionally has been a gamble.

I dont mean to be down on MS - but I just spent 1 week fighting an XP upgrade
from home to Pro and it turns out its a known issue that "will not be
resolved".
graphics rendering is great)
even better than vmware after installing the tools...


I dont do graphics intensive work. Only installs, development, web testing,
etc. ;)
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Nov 18 '05 #10
one thing... i don't understand... programmer are supposed to be computer
junkies as such and since day 1 if i could do a clean install... never
settled for an upgrade...
upgrade is inherently unstable... and lousy..
anyho...

--
Regards,
HD
Once a Geek.... Always a Geek
"Chad Z. Hower aka Kudzu" <cp**@hower.org> wrote in message
news:Xn******************@127.0.0.1...
"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in
news:u4**************@TK2MSFTNGP11.phx.gbl:
the best part about backups with vmware is that you just copy the 2 / 3
files to anywhere you please... restore is simple paste of those
files... have to try the similar ms product (its supposed to be really


Yes. But in most cases I just use a snapshot, and click restore. Great for
testing installs. :)
nice.. though i read that it doesnt mention linux much... but the


I avoid MS whenever possible. I've had MS stuff bite me tooooo many times.
So
unless there is no choice or all the alternatives are bad... VMWare is
absoluately excellent and always works. Whats not broken - I dont want to
fix
- esp on something that traditionally has been a gamble.

I dont mean to be down on MS - but I just spent 1 week fighting an XP
upgrade
from home to Pro and it turns out its a known issue that "will not be
resolved".
graphics rendering is great)
even better than vmware after installing the tools...


I dont do graphics intensive work. Only installs, development, web
testing,
etc. ;)
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Nov 18 '05 #11
"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in news:ufNDA
$q*********@TK2MSFTNGP12.phx.gbl:
one thing... i don't understand... programmer are supposed to be computer
junkies as such and since day 1 if i could do a clean install... never
settled for an upgrade...
upgrade is inherently unstable... and lousy..


If it were only upgrades that had bitten me...
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Nov 18 '05 #12

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

Similar topics

3
by: Jeff T. | last post by:
I have an applet that sizes itself to the size of the browser frame that it is running in. On IE the applet resizes upon dragging the frame divider. I'm having a problem with getting this...
2
by: Mark Stafford | last post by:
I want to use a pop-up dialog for my intranet, but I'm missing something that keeps me from getting along with NS's browsers right now. I get an error to the effect of "opener.formName has no...
5
by: zaw | last post by:
Hi I am working on implementing this script to shopping cart. Basically, it copies fill the shipping address from billing automatically. I believe one or more syntax is not netscape compatible....
5
by: bulk88 | last post by:
I know Netscape 4 is Ancient and horrible but I need to make my site Netscape 4.8 compatible. But how can I rewrite HTML code/do minor DTHML on my site with Netscape 4/4.8, document.write works,...
6
by: parksch2 | last post by:
Does anyone know why unescape would throw an error on certain special characters? I'm trying to unescape the string: Espa%F1ol It shou8ld display like this after it is unescaped: Espaņol
0
by: Steve E. | last post by:
Hello, Similar to the post below, can you advise what I can do so "aspx" isn't appended when saving a file in Netscape 7? Big thanks in advance for tolerating a Netscape-related question - I'm...
5
by: raagz | last post by:
Hi, I am using the .NET validation controls for validating . The validation works fine with IE but none of them work with Netscape 6 browser. Do i have to configure something in vS.NET to...
4
by: Mark Goldin | last post by:
Is ASP.NET fully compatible with Netscape?
4
by: Neal | last post by:
Hi All I developed a site in ASP.Net 2003, which is great in IE 5.5 + but a lot of our users at the University use Netscape and it just don't work in Netscape. Hyperlinks (webform) align...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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,...

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.