473,387 Members | 1,619 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.

AJAX and ATLAS, always ActiveX based?

If these are ActiveX based, that would not make my day.
We have the strong believe trying never to force a user to enable ActiveX.

(Like stupid updates from mcafee enforce to the use of activex for example)
Nov 21 '05 #1
5 1384
Ajax stands for "Asynchronous JavaScript And Xml". It utilizes JavaScript
for callbacks and each browser treats the callback a bit differently. It is
not an embedded ActiveX control.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***********************************************
Think Outside the Box!
***********************************************
"Edwin Knoppert" <ne**@hellobasic.com> wrote in message
news:43**********************@text.nova.planet.nl. ..
If these are ActiveX based, that would not make my day.
We have the strong believe trying never to force a user to enable ActiveX.

(Like stupid updates from mcafee enforce to the use of activex for
example)

Nov 21 '05 #2
Afaik it uses an com interface: XMLhttpRequest.
Opera has it running without asking, fine by me (opera only supports a few
known activex components).
However, afaik msie put's it under activex section and user might have
turned it off or on question mode.
To put that on, activex must be enabled, and opens the door for hackers.


"Cowboy (Gregory A. Beamer)" <No************@comcast.netNoSpamM> schreef in
bericht news:uw**************@TK2MSFTNGP12.phx.gbl...
Ajax stands for "Asynchronous JavaScript And Xml". It utilizes JavaScript
for callbacks and each browser treats the callback a bit differently. It
is not an embedded ActiveX control.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***********************************************
Think Outside the Box!
***********************************************
"Edwin Knoppert" <ne**@hellobasic.com> wrote in message
news:43**********************@text.nova.planet.nl. ..
If these are ActiveX based, that would not make my day.
We have the strong believe trying never to force a user to enable
ActiveX.

(Like stupid updates from mcafee enforce to the use of activex for
example)


Nov 21 '05 #3
I've had the same concerns, I can't control my users browsers settings and
they may have disabled ActiveX in I.E. One of the nice things that I've
found is Callbacks in ASP.NET 2.0 handles this situation by dynamically
creating an IFRAME and using that instead. I'm not sure about ATLAS but I do
know that the latest betas of AJAX.NET Pro also implement similar
functionality if ActiveX is not enabled for IE.

Good luck and hopefully IE7 won't require ActiveX for XMLHttpRequest

"Edwin Knoppert" wrote:
Afaik it uses an com interface: XMLhttpRequest.
Opera has it running without asking, fine by me (opera only supports a few
known activex components).
However, afaik msie put's it under activex section and user might have
turned it off or on question mode.
To put that on, activex must be enabled, and opens the door for hackers.


"Cowboy (Gregory A. Beamer)" <No************@comcast.netNoSpamM> schreef in
bericht news:uw**************@TK2MSFTNGP12.phx.gbl...
Ajax stands for "Asynchronous JavaScript And Xml". It utilizes JavaScript
for callbacks and each browser treats the callback a bit differently. It
is not an embedded ActiveX control.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***********************************************
Think Outside the Box!
***********************************************
"Edwin Knoppert" <ne**@hellobasic.com> wrote in message
news:43**********************@text.nova.planet.nl. ..
If these are ActiveX based, that would not make my day.
We have the strong believe trying never to force a user to enable
ActiveX.

(Like stupid updates from mcafee enforce to the use of activex for
example)



Nov 21 '05 #4
PL

There are always tradeoffs with any techonlogy, you will never see a situation
where everything works if the user starts to turn off things.

This is a problem that will increase as security becomes more and more tightly
set from the start without requiring the user to turn things off.

It's up to the developer to try and work around that, persoanally I think AJAX
like functionality is still in it's childhood and shouldn't be used anywhere other that
in intranet or admin type of applications, but that's just my personal view.

PL.

"PaulM" <Pa***@discussions.microsoft.com> skrev i meddelandet news:50**********************************@microsof t.com...
I've had the same concerns, I can't control my users browsers settings and
they may have disabled ActiveX in I.E. One of the nice things that I've
found is Callbacks in ASP.NET 2.0 handles this situation by dynamically
creating an IFRAME and using that instead. I'm not sure about ATLAS but I do
know that the latest betas of AJAX.NET Pro also implement similar
functionality if ActiveX is not enabled for IE.

Good luck and hopefully IE7 won't require ActiveX for XMLHttpRequest

Nov 21 '05 #5
..net callbacks and atlas use xmlhttprequest, which is an active/x control in
IE, but builtin to mozilla, firefox, safari, and opera. if the object cannot
be created an iframe is used.

the main downside to this approach in IE, is if activex is diables, the
fallback the iframe works fine, but if the user runs in warning mode, they
will get a popup window to respond to the first time your page makes a
callback. if they anwser yes, xmlhttprequest will be used, if they say no,
the iframe will be used.

-- bruce (sqlwork.com)
"Edwin Knoppert" <ne**@hellobasic.com> wrote in message
news:43**********************@text.nova.planet.nl. ..
If these are ActiveX based, that would not make my day.
We have the strong believe trying never to force a user to enable ActiveX.

(Like stupid updates from mcafee enforce to the use of activex for
example)

Nov 21 '05 #6

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

Similar topics

8
by: darrel | last post by:
I'm going to be diving into ASP.net 2.0 on a small project. I'd also like to use it as an excuse to start playing with some AJAX techniques. So, that leads to the obvious question: AJAX.net vs....
7
by: Thirsty Traveler | last post by:
Peter Bromberg has an interesting article eggheadcafe discussing AJAX libraries. He prefers ANTHEM.NET over AJAX.NET because it doesn't break the stateful page model. Our developers are currently...
13
by: Sharon | last post by:
Hi all, I was wondering if anyone had experience using ajax with asp.net controls. What i'm looking for, are ways to implement and possible problems. A way to implement could be rendering the...
4
by: jhcorey | last post by:
I'd thought I'd try to save myself some time. I'd like to create a page where the contents of a dropdown get refreshed based on a selection from another dropdown. I might actually have 7 or 8...
5
by: geekboy0001 | last post by:
Just trying to get some opinions out there... There are tons of Ajax libraries out there... Ajax.NET Professional, ComfortASP.NET, ZumiPage, etc. etc... Microsoft has their own too, Atlas. I've...
9
by: RBM007 | last post by:
Hello, I have created some pages in the (old) Atlas pages and migrated to AJAX version. After the update I noticed that any page containing ASP.NET AJAX won't compile anymore. Even if the same...
2
by: Rahul | last post by:
I am trying the following thing in AJAX <atlas:ScriptManager ID="scriptmanager1" runat="Server" EnablePartialRendering="true" /> <asp:DropDownList ID="cmbBranchname" cssclass="Combostyle"...
4
by: Grant Merwitz | last post by:
Hi I am trying to implement the Microsoft Ajax.NET extensions to perform a lookup on a key press of a text box. What this will do is once a user enters a letter into the textbox, this will...
2
by: soni2926 | last post by:
hi, does anyone know of any good books on ajax and asp.net, one that teaches ajax itself before jumping in atlas? I wanted to get an understanding of ajax and how to use it, most books i've seen...
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: 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
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...
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,...
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.