Thanks man. I was able to work around on it via javascript.
// Insert <script type="text/javascript" src="iefix.js"></script>
// just below the last object of the page.
objects = document.getElementsByTagName("object");
for (var i = 0; i < objects.length; i++)
{
objects[i].outerHTML =...
I think you all heard about the ActiveX related patch issue where you have to click on the object before it gets activated. Is there a work around for this for ASP classic? I have googled for these: http://msdn.microsoft.com/library/?url=/workshop/author/dhtml/overview/activating_activex.asp...
Hello,
Our SQL server admins upgraded our SQL to SP4 running in Windows 2000 SP3. Now, one of our component service is not working. My questions are as follows:
1. Does upgrading to SP4 reset the configurations of the SQL server to default settings?
2. The component service I mentioned...
TrackingID=57AA9699433C2F47 6056.SD_ICBAM V1.0.90.CDatabaseSvc.ExecuteQueryEx.0> error '80040e7b'
Cannot change the ActiveConnection property of a Recordset object which has a Command object as its source. vsSQLStatement=sp_erwinReport_KTNET
/researchtrackingtool/erwinReport.asp, line 243
What...
I learned that when the Encoding is UTF-7 the error occurs. It solved some issues of some of our clients by using Windows European (ISO) but for some the error still subsists. What are other causes of this error?
Hello,
I wish to add certain trusted sites to my Internet Explorer browser via batch file in the security settings. How do you do this? If you know a certain source on how to create batch files please include them thanks.
Pax et Bonum!
I have an ASP application and I have a problem regarding QueryString.
Consider the following scenario:
This the URL that links mypage1 to mypage2
http://www.myweb.com/mypage2.asp?sourceID=120
(Note: The querystring is hard-coded in the ASP)
In mypage2 I use
Dim strsourceID...
Hello,
We have an ASP application. We are getting the HTTP Error: 404 File intermittently. How to fix and prevent this. Thanks.
Related info:
Windows is 2000 SP3
IIS 5
Hello,
We have an ASP application. We are getting the HTTP Error: 404 File intermittently. How to fix and prevent this. Thanks.
Related info:
Windows is 2000 SP3
IIS 5
Is it possible to programmatically download all files from a FTP site that has user id and password through ASP Classic? Can you guys show me how... Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.