•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the JavaScript / DHTML / AJAX section within the Web Development category of DaniWeb, a massive community of 402,519 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,696 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 2367 | Replies: 2
![]() |
| |
•
•
Join Date: Mar 2006
Location: london
Posts: 23
Reputation:
Rep Power: 3
Solved Threads: 0
Hi,
i tried to use the ActiveXObject("CiscoURLProxy.URLGrabber"), but when i run the code it gives the following :
Error Type:
Microsoft JScript runtime (0x800A01AD)
Automation server can't create object
please help me to fix it .
here is a part of the code :
<%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%>
<%
Response.ContentType = "text/xml";
function removeTags(HTMLString) {
txt = HTMLString.replace(/<[^<]*>/g, ""); // Strip all the tags in this form <tags>
txt = txt.replace(/ /g, " "); // Replace to space
return txt;
}
Proxy = new ActiveXObject("CiscoURLProxy.URLGrabber");
p = String(Proxy.GetURL("http://www.hko.gov.hk/wxinfo/currwx/current.htm"));
%>
i tried to use the ActiveXObject("CiscoURLProxy.URLGrabber"), but when i run the code it gives the following :
Error Type:
Microsoft JScript runtime (0x800A01AD)
Automation server can't create object
please help me to fix it .
here is a part of the code :
<%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%>
<%
Response.ContentType = "text/xml";
function removeTags(HTMLString) {
txt = HTMLString.replace(/<[^<]*>/g, ""); // Strip all the tags in this form <tags>
txt = txt.replace(/ /g, " "); // Replace to space
return txt;
}
Proxy = new ActiveXObject("CiscoURLProxy.URLGrabber");
p = String(Proxy.GetURL("http://www.hko.gov.hk/wxinfo/currwx/current.htm"));
%>
•
•
Join Date: Dec 2006
Location: United States
Posts: 612
Reputation:
Rep Power: 3
Solved Threads: 15
This error is a pretty generic Object Creation Failur message, but there are few things you can check.
- Check if this object is registered properly on this machine.
- Check if you have proper access permissions to that object.
- Also get the latest version of Microsoft XML Parser and install it properly.
- These should take care of the problem
- Check if this object is registered properly on this machine.
- Check if you have proper access permissions to that object.
- Also get the latest version of Microsoft XML Parser and install it properly.
- These should take care of the problem
![]() |
•
•
•
•
•
•
•
•
DaniWeb JavaScript / DHTML / AJAX Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- Installing Windows 98 On VMware. Floppy problem (Windows 9x / Me)
- simple ajax script problem (JavaScript / DHTML / AJAX)
- Windows XP keeps restarting since a new video card (Windows NT / 2000 / XP / 2003)
- Redhat Linux 6.2 - ipop3d problem? (*nix Software)
- Problem with T720 (Gadgets and Gizmos)
- Connection Problems (Networking Hardware Configuration)
- .htaccess mod_rewrite problem (Linux Servers and Apache)
- Problem with Windows Update and WinXP (Web Browsers)
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: Help regarding comparison of String in JS
- Next Thread: AJAX -- should not be too difficult


Hybrid Mode