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

Browser compatability

I've written severl dot net applications for users who use IE only.
Now I'm developing one for a netscape user. My text boxes and lables
resize in Netscape. Any ideas?
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Nov 18 '05 #1
5 1108
Which Netscape version and and what do you mean by resize? Are they a
smaller/larger than in IE? Also it helps if you have a URL. You can add the
following to the browserCaps section of web.config to get Gecko
compatibility:
<case match="Gecko/[-\d]+">
browser=Netscape
frames=true
tables=true
cookies=true
javascript=true
javaapplets=true
ecmascriptversion=1.5
w3cdomversion=1.0
css1=true
css2=true
xml=true
tagwriter=System.Web.UI.HtmlTextWriter
</case>
<case match="rv:1.0[^\.](?'letters'\w*)">
version=6.0
majorversion=6
minorversion=0
</case>
<case match="^b" with="${letters}">
beta=true
</case>
<case match="rv:1(\.\d+)(\.\d)?(?'letters'\w*)">
version=7.0
majorversion=7
minorversion=0
</case>
<case match="^b" with="${letters}">
beta=true
</case>
http://www.usenet.com

Nov 18 '05 #2
Thanks for the reply!
the URL is http://www.compasseduc.com/erecruiting/application.aspx
If you view it with IE and then Netscape you will see the problem
I'm useing IE 6 and Netscape 7.1
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Nov 18 '05 #3
Whats happending is that aspnet sees all non IE browsers as downlevel even
tho' Mozilla/ Netscape 7 are on a par w/ IE. Since it sees it as downlevel,
it doesnt send the inline style info to the browser -
<input name="TBMI" type="text" id="TBMI" tabindex="1" /> in Mozilla and
<input name="TBMI" type="text" id="TBMI" tabindex="1" style="width:25px;" />
in IE.
You have 2 options: Add the code i posted earlier to fix the issue or
specify the textbox sizes in an external CSS file which would ensure much
wider compaptibility. Also, try to avoid inline styles whne using the server
control. Or just do both
"BBeasley" <bb******@compasseduc-dot-com.no-spam.invalid> wrote in message
news:40**********@Usenet.com...
Thanks for the reply!
the URL is http://www.compasseduc.com/erecruiting/application.aspx
If you view it with IE and then Netscape you will see the problem
I'm useing IE 6 and Netscape 7.1
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com

Nov 18 '05 #4
Showjumper,
Will that code work with Netscape as well as IE?
Thanks
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Nov 18 '05 #5
If your are referring to the code for the web.config file, all it does is
provide compatibility for gecko based browsers - Netscape 7, Mozilla so that
the style for a server control will be sent with the html for the gecko
powered browsers. It doesnt do anything for IE and doesnt have to.
"BBeasley" <bb******@compasseduc-dot-com.no-spam.invalid> wrote in message
news:40**********@Usenet.com...
Showjumper,
Will that code work with Netscape as well as IE?
Thanks
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com

Nov 18 '05 #6

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

Similar topics

6
by: McKirahan | last post by:
Is this a very good browser check? <html> <head> <title>wB.htm</title> <script type="text/javascript"> var adBtype = "??"; function wB() { if (document.getElementById && !document.all) {...
4
by: WStoreyII | last post by:
I know that the main two browsers are ie and netscape. However, how do i know if browsers like aol and other abstract browser put out by isps like sbc and earthlink are compatable with asp.net. I...
4
by: vinay | last post by:
How to ensure the application can run with different browsers?? Are there any known issue list and how to avoid them ?? Any links please. Thanks vinay -- http://pathidotnet.blogspot.com...
27
by: David Golightly | last post by:
This is just a quick poll for all you web devs out there: What browsers do you test on/are concerned about compatibility with? Obviously, you're going to test on current-generation browsers such...
2
by: riaveedon | last post by:
Is there any conveter or generator to do browser compatability for stylesheets easily
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: 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
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.