473,668 Members | 2,408 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

atlas not working with netscape

Joe
I've been playing around with atlas for hte past couple days and its very
impressive. However the standard browser here is Netscape, specifically:
Netscape 7.02
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20030208
Netscape/7.02

While everythign works great in Firefox and IE, absolutely nothing seems to
work with netscape. Is there something I need to change in my browser caps to
get it to work in netscape? I want to incorporate this into some new
applications, but if it doesn't work in netscape, there is no point...
Sep 22 '06 #1
7 1606
Who uses Netscape? They have less than 0.1% market share these days...
Netscape is dead.
"Joe" <Jo*@discussion s.microsoft.com wrote in message
news:50******** *************** ***********@mic rosoft.com...
I've been playing around with atlas for hte past couple days and its very
impressive. However the standard browser here is Netscape, specifically:
Netscape 7.02
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20030208
Netscape/7.02

While everythign works great in Firefox and IE, absolutely nothing seems
to
work with netscape. Is there something I need to change in my browser caps
to
get it to work in netscape? I want to incorporate this into some new
applications, but if it doesn't work in netscape, there is no point...

Sep 22 '06 #2
Joe
Unfortunately we do. And writing business apps for within an organization,
its gotta work with the standard browser. Is this version of Netscape so
divergent from current versions of Firefox that it doesn't work?

The weird thing is I don't get any javascript errors - it just doesn't do
anything. I haven't traced through it, but it appears that the atlas
framework is not even attempting to emit functional javascript for this
client browser. Hence why I was wondering if there was something I could put
in my browser caps....

"Steve C. Orr [MVP, MCSD]" wrote:
Who uses Netscape? They have less than 0.1% market share these days...
Netscape is dead.
"Joe" <Jo*@discussion s.microsoft.com wrote in message
news:50******** *************** ***********@mic rosoft.com...
I've been playing around with atlas for hte past couple days and its very
impressive. However the standard browser here is Netscape, specifically:
Netscape 7.02
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20030208
Netscape/7.02

While everythign works great in Firefox and IE, absolutely nothing seems
to
work with netscape. Is there something I need to change in my browser caps
to
get it to work in netscape? I want to incorporate this into some new
applications, but if it doesn't work in netscape, there is no point...


Sep 22 '06 #3
here it works with Netscape 8.1 (for the accordion control at least), but
not in Opera (we always test all our stuff on Opera too because mobiles tend
to go on Opera)

I hope it helps

ThunderMusic

"Joe" <Jo*@discussion s.microsoft.com wrote in message
news:50******** *************** ***********@mic rosoft.com...
I've been playing around with atlas for hte past couple days and its very
impressive. However the standard browser here is Netscape, specifically:
Netscape 7.02
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20030208
Netscape/7.02

While everythign works great in Firefox and IE, absolutely nothing seems
to
work with netscape. Is there something I need to change in my browser caps
to
get it to work in netscape? I want to incorporate this into some new
applications, but if it doesn't work in netscape, there is no point...

Sep 22 '06 #4
Hi,

Joe wrote:
Unfortunately we do. And writing business apps for within an organization,
its gotta work with the standard browser. Is this version of Netscape so
divergent from current versions of Firefox that it doesn't work?

The weird thing is I don't get any javascript errors - it just doesn't do
anything. I haven't traced through it, but it appears that the atlas
framework is not even attempting to emit functional javascript for this
client browser. Hence why I was wondering if there was something I could put
in my browser caps....
Netscape and other Mozilla based browsers don't display JavaScript
errors in alerts, they trace them to the JavaScript console. Type
"javascript :" in the location bar to see the console, or choose the
corresponding menu.

If you want to check what is going wrong, try Venkman, which is the
debugger for Mozilla based browsers.

HTH,
Laurent
--
Laurent Bugnion, GalaSoft
Software engineering: http://www.galasoft-LB.ch
PhotoAlbum: http://www.galasoft-LB.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
Sep 22 '06 #5
Joe
I was actually trying with the javascript console up. I think I'll spoof the
user-agent string and see if it makes a difference...
Sep 23 '06 #6
Opera is not currently supported by Atlas.

--
I hope this helps,
Steve C. Orr
MCSD, MVP, CSM
http://SteveOrr.net
"ThunderMus ic" <No************ *************@N oSpAm.comwrote in message
news:u0******** ******@TK2MSFTN GP02.phx.gbl...
here it works with Netscape 8.1 (for the accordion control at least), but
not in Opera (we always test all our stuff on Opera too because mobiles
tend to go on Opera)

I hope it helps

ThunderMusic

"Joe" <Jo*@discussion s.microsoft.com wrote in message
news:50******** *************** ***********@mic rosoft.com...
>I've been playing around with atlas for hte past couple days and its very
impressive. However the standard browser here is Netscape, specifically:
Netscape 7.02
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20030208
Netscape/7.02

While everythign works great in Firefox and IE, absolutely nothing seems
to
work with netscape. Is there something I need to change in my browser
caps to
get it to work in netscape? I want to incorporate this into some new
applications , but if it doesn't work in netscape, there is no point...


Sep 24 '06 #7
you should consider upgrade the standard to Firefox...
Sep 24 '06 #8

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

Similar topics

0
954
by: Chris | last post by:
Hi, I am trying to create an autocomplete textbox from product list. It's not working. Here is my WS
1
1512
by: Ronde | last post by:
Hi all, I am in a such situation that requires before Atlas do the Partical/Atlas postback, a Client-Side JavaScript has to be executed first, once the JavaScript execute successfully, the Partical/Atlas postback should be fired. I try to do like this in code behind, protected void Page_Load(object sender, EventArgs e)
2
3036
by: Michael Appelmans | last post by:
I have essentially copied the samplelist2.aspx from the Atlas samples but the autocomplete feature is not working in my page. The web service asmx works from a browser. Thanks for any suggestions on how to diagnose this. Here is my aspx code: <atlas:ScriptManager ID="scriptmanager1" EnablePartialRendering="true" runat="Server" /> <asp:Panel ID="Panel1" runat="server" style="margin-top:10px;padding-left:20px;" Height="24px"...
2
1792
by: A.Wussow | last post by:
Hi Everybody, i want to load dynamically content from some user controls (with forms, or some data-controls) using atlas. So i use an UpdatePanel for loading the user control into a placeholder. Using buttons for loading new content works fine. But i still want to use a function which is callable per javascript. I think this way is more flexable than using the Buttons, becaus every button needs it's own Sub-Routine. But i want to have...
2
1264
by: Bob | last post by:
Hi, I discovered the new framework 'Atlas' and i want to use it on my existing application. The problem is that on any page of my existing page, the tag <atlas: .../is not recognized. So my question is: how to use Atlas with existing pages? Thanks Bob
9
1454
by: lanem | last post by:
I installed atlas on my dev machine and everything works great. When I try to get it working on the server, I get this error when building the page: "Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed" on the line where I have the ScriptManager tag. I set everything up the same as I did on my dev machine, but nothing works. I added the...
4
2220
by: Brad Baker | last post by:
I'm trying to implement a gridview control using atlas & asp.net per the following article: http://weblogs.asp.net/scottgu/archive/2005/12/26/433997.aspx My frustration is that the page I've written seems to work fine on my local machine but when I upload it and execute it on the server the page doesn't use AJAX. (It reloads the entire page each time I make a change). I've loaded atlas on the server and I've uploaded several atalas...
7
1504
by: James Simpson | last post by:
Hello, I have recently been made aware of the new AJAX equivalent that is to be present in ASP.NET which is ATLAS. I would really like to support ATLAS in my web application to have smooth page transitions and am wondering how I could implement ATLAS into my current ASP.NET web application? Thanks in advance. Regards, James Simpson
2
1233
by: simonZ | last post by:
I have atlas update panel which works perfect for couple of hours. Then it stops render part of page when trigger fires submit. Just render nothing. And that happens on all of my pages, where I use atlas. What that could be? I tried to create and define triggers in page_init event but still the same. I have to remove atlas from all pages because my users are complaining. And I can't even test this behaviour because on the beggining it...
0
8462
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8893
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
8658
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
7405
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...
1
6209
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4206
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
2792
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
2028
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1787
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.