|
|
|
Expert:
|
Anpanman
|
|
Date:
|
Sep 01, 2006
|
|
Time:
|
13:25
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
In addition to the links provided by Anpanman, take a look at a couple of the available Ajax libraries:
Prototype - http://prototype.conio.net/
or Dojo - http://dojotoolkit.org/
Both of these libraries serve as a cross-browser foundation for creating Ajax requests and allow for extending the capabilities for effects, element watching and events.
Besides, once IE7 hits the street, it will use the XmlHttpRequest object natively, instead of having to instantiate an ActiveX control. If you start using Prototype or Dojo now, you won't have to revisit your code in a few weeks/months.
Hope this helps,
Ric
|
|
Expert:
|
rcastagna
|
|
Date:
|
Sep 02, 2006
|
|
Time:
|
16:41
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
|
One other thing to look at is the "Security Settings" of IE...it can be set to allow ActiveX Objects to run without raising that alert. If you look at Internet Options --> Security tab, you'll see where you can adjust your security level for the various zones. If you click the "Custom Level..." button, you'll be able to adjust the prompts for ActiveX controls and plug-ins.
I've got "Automatic prompting for ActiveX controls" set to "Disable" and "Run ActiveX controls and plug-ins" set to "Enable". If I change either of these, I get the alert you've described, so I'm assuming these are the two that affect running the ActiveX Ajax objects.
I hope this helps,
Ric
|
|
Expert:
|
rcastagna
|
|
Date:
|
Oct 10, 2006
|
|
Time:
|
16:51
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
|
|
|
Expert:
|
xarcus
|
|
Date:
|
Nov 17, 2006
|
|
Time:
|
03:30
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
|
Are you running the site locally? If so, then you need to acces it via a webserver instead
|
|
Expert:
|
serge.fonville
|
|
Date:
|
Dec 16, 2006
|
|
Time:
|
09:07
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
|
taisto.onnela, please close this question and distribute the points.
If you didn't get a solution to your problem or you found it yourself, please leave a comment here to let the experts know.
Thanks,
Quomon Admin
|
|
Expert:
|
admin
|
|
Date:
|
Jun 25, 2007
|
|
Time:
|
05:38
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
|
The question has been closed.
Quomon Admin
|
|
Expert:
|
admin
|
|
Date:
|
Jul 02, 2007
|
|
Time:
|
09:30
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
|
|
|
|
|
This question has been answered, and points have been rewarded to the following experts:
| Anpanman: |
10 |
| rcastagna: |
10 |
| xarcus: |
5 |
You're welcome however to comment or give additional information or if you wish, you have the ability to write an Answer Summary for this question by clicking on the "Answer Summaries" Tab.
|
|