473,765 Members | 2,047 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.Net and Netscape Problem

Cannot view the output of ascx file in Netscape but can view all in IE and Opera.
Please suggest !

Thanx in advance
Samik.
Nov 18 '05 #1
6 1166
"=?Utf-8?B?c2FtaWtkdXQ =?=" <an*******@disc ussions.microso ft.com> wrote in
news:AE******** *************** ***********@mic rosoft.com:
Cannot view the output of ascx file in Netscape but can view all in IE
and Opera. Please suggest !!


What version of Netscape are you using?
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programmin g is an art form that fights back"
Nov 18 '05 #2
I am using Netscape 6.0 .
Nov 18 '05 #3
Hi Sam,

You wil need to closely look into the HTML in ur ascx file! You can probably
put that in a simple .html file and check it in netscape6.0 if its comes up.

if its not too long, you can post it here.

--
Cheers!
Rajiv. R
Rajspace.Org
"samikdut" <an*******@disc ussions.microso ft.com> wrote in message
news:33******** *************** ***********@mic rosoft.com...
I am using Netscape 6.0 .

Nov 18 '05 #4
When I first started creating aspx pages with Visual Studio .Net, everything
looked fine in I, Opera and a few other odd browsers. However, when I had
someone with Netscape Navigator 4 & 6 check a page, all of the controls
where in the wrong place and looked odd.

I went back and checked the HTML code that was produced and noted that I had
two <html> tags. It wasn't the fault of Visual Studio, but rather the way I
was importing HTML code as text into a Literal. Instead of the text
containing just the body text of the HTML page I wanted to display in the
literal, it contained a <html> tag and a <body> tag and the closing tags
also. That gave me two<html> and two <body> tags and closing tags on the
page the browser was trying to display. IE wasn't bothered by this, but
Netscape was.

When I fixed that text problem, the page displayed fine in Netscape
Navigator 6.0--but I never could get it to display properly in version 4.
"Rajiv R" <ra************ ********@yahoo. com> wrote in message
news:%2******** *******@TK2MSFT NGP11.phx.gbl.. .
Hi Sam,

You wil need to closely look into the HTML in ur ascx file! You can probably put that in a simple .html file and check it in netscape6.0 if its comes up.
if its not too long, you can post it here.

--
Cheers!
Rajiv. R
Rajspace.Org
"samikdut" <an*******@disc ussions.microso ft.com> wrote in message
news:33******** *************** ***********@mic rosoft.com...
I am using Netscape 6.0 .


Nov 18 '05 #5
"William LaMartin" <la******@tampa bay.rr.com> wrote in
news:uZ******** ******@TK2MSFTN GP10.phx.gbl:
When I fixed that text problem, the page displayed fine in Netscape
Navigator 6.0--but I never could get it to display properly in version
4.


NS4 is just OLD. There is so much it does not impelement. Very few dynamic
sites today work in NS4.

NS6 works -but has a LOT of bugs. NS7 should be used.

That being said - ASP has an "Affinity" to IE and often produces output that
only works in IE. Sometimes you just have to look at your HTML and determine
what it is that isnt right for NS.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programmin g is an art form that fights back"
Nov 18 '05 #6
Thanx a lot. I think I can solve the problem now
Samik.
Nov 18 '05 #7

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

Similar topics

2
3406
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 happening when I put my XML files and the .xsl files on my ISP's system for my home page. If I try to open the XML files in Netscape 7.0 on my own machine (ie, not on the ISP's system), the pages convert file and the result is displayed in HTML.
4
2765
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 javascript code. Note that in the actual file, I've surrounded the variable '#cookie.cookiename#' with CFOUTPUT tags: document.write('<input type="Hidden" name="affiliate" value="#cookie.cookiename#">'); When I load the document in Netscape 7, I...
15
7305
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 same problem. Internet Explorer 6 and Opera 7 have no problems with it. <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.1//EN' 'http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd'> <script>document.write (window.history.length);</script>
13
2248
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 http://godot.urol.uic.edu/output.html
2
1889
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 HAS THE SCROLLBAR (does not if the right side does not have the scrollbar on). Also, if you move around each "this is a test" line, the onmouseout event fires. How odd? Fortunately, I can have logic to handle this. The big problem is why...
18
1560
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 variables manually, but Im not sure whats broken. I assume that the images aren't being freed when they are replaced. Is there a workaround/solution to this? I've read some old postings about this in 4.x browsers, but I never saw a solution, and...
4
1566
by: Wm | last post by:
I have a script that changes a main/enlarged image when you click on a thumbnail. It works fine in IE, but for some reason it won't do anything in Netscape 7.1. Does anyone know if this is a problem with Netscape, or is there something I can alter in this script that will allow it to work in both IE and Netscape? <script language="JavaScript"> function enlarge() { oSrcElem = event.srcElement; imgLarge.src =...
5
2587
by: moondaddy | last post by:
I have a <a> element in a datagrid which wraps some asp.net labels. this element also has an onclick event which does not fire in netscape 6 (and perhaps other browsers for all I know...). Below is the code for this. the onclick event calls a javascript function which I put an alert in the firt line to tell me if its working. It does work in IE. Any ideas on how to get netcrap... oops, I'm sorry, netscape to fire the onclick event? ...
4
1589
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 = FontUnit.XSmall ..Text = IIf(blnSortDir, " 5", " 6") End With This label is rendered as <span style="font-family:Webdings;font-size:X-Small;"> 5</span>In IE 6 it
5
1242
by: Stephen | last post by:
Hi, I have a problem with Netscape. I am using javascript to pass values and redirecting to the same place. it works fine in IE and not in netscape. please suggest. function popup(WardrobeSet) { document.forms(0).action = "WardrobeSet.aspx?WardrobeSet=" + WardrobeSet;
0
9399
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10163
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9835
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8832
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6649
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5276
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3924
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3532
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2806
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.