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

Problem in Netscape

hi,
My C# application displaying correctly in IE, But in
netscape all input controls (text box, dblist, drop down
list and etc.,) disappered. Only lables are displaying.
The value inside the drop down list is displaying in the
screen itself. I can't see the controls. Anybody knows
about this problem.

Thanks,
Ramesh
Nov 15 '05 #1
8 1318


Ramesh wrote:
hi,
My C# application displaying correctly in IE, But in
netscape all input controls (text box, dblist, drop down
list and etc.,) disappered. Only lables are displaying.
The value inside the drop down list is displaying in the
screen itself. I can't see the controls. Anybody knows
about this problem.


Which Netscape version does that problem occur with?
I assume that is an ASP.NET application, is that online so that you
could post a URL?

--

Martin Honnen
http://JavaScript.FAQTs.com/

Nov 15 '05 #2
hi,
It is Netscape 4.7. This is ASP.net application, but you
can't access. It is restricted in my company.

thanks,
Ramesh
-----Original Message-----
Ramesh wrote:
hi,
My C# application displaying correctly in IE, But in
netscape all input controls (text box, dblist, drop down list and etc.,) disappered. Only lables are displaying.
The value inside the drop down list is displaying in the screen itself. I can't see the controls. Anybody knows
about this problem.
Which Netscape version does that problem occur with?
I assume that is an ASP.NET application, is that online

so that youcould post a URL?

--

Martin Honnen
http://JavaScript.FAQTs.com/

.

Nov 15 '05 #3


Ramesh wrote:
hi,
It is Netscape 4.7. This is ASP.net application, but you
can't access. It is restricted in my company.

Make sure you have all controls wrapped inside a <form> tag.
-----Original Message-----
Ramesh wrote:

hi,
My C# application displaying correctly in IE, But in
netscape all input controls (text box, dblist, drop
down
list and etc.,) disappered. Only lables are displaying.
The value inside the drop down list is displaying in
the
screen itself. I can't see the controls. Anybody knows
about this problem.


Which Netscape version does that problem occur with?
I assume that is an ASP.NET application, is that online


so that you
could post a URL?

--

Martin Honnen
http://JavaScript.FAQTs.com/

.


--

Martin Honnen
http://JavaScript.FAQTs.com/

Nov 15 '05 #4
hi,
Forms tag i can't see any problem. In Netscape 7.0 my
application displaying control correctly, in 4.7 it is not
displaying. Any solution.
thanks,
Ramesh
-----Original Message-----
Ramesh wrote:
hi,
It is Netscape 4.7. This is ASP.net application, but you can't access. It is restricted in my company.

Make sure you have all controls wrapped inside a <form>

tag.
-----Original Message-----
Ramesh wrote:
hi,
My C# application displaying correctly in IE, But in
netscape all input controls (text box, dblist, drop


down
list and etc.,) disappered. Only lables are displaying.The value inside the drop down list is displaying in


the
screen itself. I can't see the controls. Anybody knows
about this problem.

Which Netscape version does that problem occur with?
I assume that is an ASP.NET application, is that online


so that you
could post a URL?

--

Martin Honnen
http://JavaScript.FAQTs.com/

.


--

Martin Honnen
http://JavaScript.FAQTs.com/

.

Nov 15 '05 #5
Hi,

Are you using CSS ? , can you post the page, maybe you have an incomplete or
incorrectly formed table structure, I think I remember that NS4.X was a real
pain when the tables were not well formed.

Hope this help,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

"ramesh" <jr*****@hotmail.com> wrote in message
news:61****************************@phx.gbl...
hi,
Forms tag i can't see any problem. In Netscape 7.0 my
application displaying control correctly, in 4.7 it is not
displaying. Any solution.
thanks,
Ramesh
-----Original Message-----
Ramesh wrote:
hi,
It is Netscape 4.7. This is ASP.net application, but you can't access. It is restricted in my company.


Make sure you have all controls wrapped inside a <form>

tag.

-----Original Message-----
Ramesh wrote:
>hi,
> My C# application displaying correctly in IE, But in
>netscape all input controls (text box, dblist, drop

down

>list and etc.,) disappered. Only lables are displaying.>The value inside the drop down list is displaying in

the

>screen itself. I can't see the controls. Anybody knows
>about this problem.

Which Netscape version does that problem occur with?
I assume that is an ASP.NET application, is that online

so that you

could post a URL?

--

Martin Honnen
http://JavaScript.FAQTs.com/

.


--

Martin Honnen
http://JavaScript.FAQTs.com/

.

Nov 15 '05 #6
Ramesh,

There is a property to determine what kind of client you are targeting
with the ASP.NET page/app I believe. You need to set this to HTML 3.2 in
order for Netscape to be able to render it.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- ni**************@exisconsulting.com

"Ramesh" <jr*****@hotmail.com> wrote in message
news:0a****************************@phx.gbl...
hi,
My C# application displaying correctly in IE, But in
netscape all input controls (text box, dblist, drop down
list and etc.,) disappered. Only lables are displaying.
The value inside the drop down list is displaying in the
screen itself. I can't see the controls. Anybody knows
about this problem.

Thanks,
Ramesh

Nov 15 '05 #7
Hi,
Take a look at this article :
http://msdn.microsoft.com/library/de...inwebforms.asp
I think that the ASP.NET framework is able to detect the client and render
the best it can. I don't think there is nothing much you can do about it
though.

now I do remember that NS4.X was a BIG PAIN IN THE ... when dealing with
complex pages , you have to be 100% sure that the page is well formed
otherwise NS will make a mess out of it. I bet that you have a wrong tag
somewhere :)

Pd:
I haven't seen a NS4.X in a while now :)

Hope this help,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"Nicholas Paldino [.NET/C# MVP]" <ni**************@exisconsulting.com> wrote
in message news:e5**************@TK2MSFTNGP11.phx.gbl...
Ramesh,

There is a property to determine what kind of client you are targeting
with the ASP.NET page/app I believe. You need to set this to HTML 3.2 in
order for Netscape to be able to render it.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- ni**************@exisconsulting.com

"Ramesh" <jr*****@hotmail.com> wrote in message
news:0a****************************@phx.gbl...
hi,
My C# application displaying correctly in IE, But in
netscape all input controls (text box, dblist, drop down
list and etc.,) disappered. Only lables are displaying.
The value inside the drop down list is displaying in the
screen itself. I can't see the controls. Anybody knows
about this problem.

Thanks,
Ramesh


Nov 15 '05 #8
<imho>4.x wasn't a pain with rendering complex pages...it only made sure
you formed your html properly, unlike IE and NS6+ which allow web
designers to be more lazy</imho>

however, you are right...one missing or misplaced
<td><tr><table><div>...etc that isn't closed right or overlaps another
block-level element will screw the whole thing up, and if the UI was
designed in design view, or other graphical method rather than just
code...that could be the problem. The problem is very likely not
anything to do with ASP.NET as it only renders HTML to the client and I
have never had a problem with NN4.x

The other thing is, like you mentioned CSS, or any DHTML, the NN4 DOM
was kinda crap, and a lot of the javascript/stylesheet stuff that will
render and work in IE and NS6+ will absolutely not in NN4.x so if you
are enhancing the client UI with DHTML, you may just want to make the
decision to not support NN4.x since the DOM doesn't support your needs,
and it's actually a dead platform now as far as Netscape is concerned.

Ignacio Machin wrote:
Hi,

Are you using CSS ? , can you post the page, maybe you have an incomplete or
incorrectly formed table structure, I think I remember that NS4.X was a real
pain when the tables were not well formed.

Hope this help,


Nov 15 '05 #9

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

Similar topics

2
by: nanookfan | last post by:
Hi all, I'm having a bizarre problem converting XML files to HTML using an XSLT. The problem is only occuring in my Netscape 7.0 browser. What makes it more bizarre is that it is only...
4
by: Yvan J. Gagnon | last post by:
I am encountering a strange problem in Netscape 7 with a CFM file I am trying to troubleshoot (the page is working fine in NS Communicator and IE). Below is a sample of the problematic line of...
15
by: Peter Bremer | last post by:
Hi all, I've written this little piece of code, which doesn't seem to work in Mozilla 1.5. I haven't tried it on other Gecko browsers, but I've found some indication that Netscape 6+ has the...
3
by: Chris Leonard | last post by:
Hi. I've copied some code from a book which will enable me to make a layer around a page, my aim is to do something a little more complex but this I thought would get me started. Anyway, I've...
13
by: Gaurav | last post by:
Hello, i have some java script with in html. It runs fine on IE 6.0 but doesnt run on netscape 7.1 Can someone tell me whats the problem ? And how can i solve it. here is the url ...
1
by: eric | last post by:
I have a problem with a series of web pages not snapping to the correct named anchor in a horizontal php generated page and I wondered if this might be caused by a browser problem (netscape). Are...
2
by: Kevin Ly | last post by:
Consider the test case below. The onmouseout event does NOT fire when my mouse/cusor is moved off the left side of the browser. It does if it is moved off the top, bottom, and the right side that...
18
by: Dennis | last post by:
It seems that garbage collection is somewhat flawed in Netscape as the following little script can bring a machine to its knees in about an hour when run on Netstcape 7.1. I've tried freeing the...
8
by: Bob Skutnick | last post by:
Greetings, I'm hoping someone has experienced a problem I'm having: I have an existing ASP application (working fine) that uses an SSL server certificate. My user community is made up of both...
4
by: Vik | last post by:
1. To show the sort order in a datagrid, a label is added to the datagrid header in the ItemCreated event (this method is taken from a book): With lblSorted ..Font.Name = "Webdings" ..Font.Size =...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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
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,...
0
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...
0
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...

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.