I have a php script modified from cgi-interactive that uses the COM InternetExplorer.Application to open up a browser log on to a form and submit it. It works great if its ran from the command line but I need it to be ran from a browser, any suggestions?
//class
class MechanizeIE {
var...
Here is my original post and problem:
"I think this may be a session issue but not sure if it is or how to fix it.
We have been experiencing a lot of lag in one of our sites so I took a look at all the open ports and it looks like every time someone clicks to go to a new page on our site it...
I thought this may be a php session issue and I posted it in the PHP forum and someone suggested that it is an IIS issue
Here is my original post and problem:
"I think this may be a session issue but not sure if it is or how to fix it.
We have been experiencing a lot of lag in one of our...
I think this may be a session issue but not sure if it is or how to fix it.
We have been experiencing a lot of lag in one of our sites so I took a look at all the open ports and it looks like every time someone clicks to go to a new page on our site it opens up another connection. So we will...
I have a database where a pdf was encoded (possibly compressed) and stored in a blob field. What is the best method to decode that blob back into a pdf using perl? And what are some of the common methods of encoding a pdf for storage in a blob field?
I need the syntax for the function to pass an object
To just pass a string you can use
Function Hello(ByVal Name)
Hello = "Hello" & Name
...
right?
But what if I want to pass an object and use it like this
Function object(object)
object.sometask
...
Keep in mind I am fairly new to vbs. What I am trying to pass an object to a function.
So I have
function1 () 'this function works
...
create object
...
return object
function2 (object) 'need to be able to pass object to this function and use it
object.sometask
I have this vb code that works like it is supposed to but I would like to write it in perl but I am having a little trouble with the conversion.
Here is the vb code
Dim DB
Set DB = WScript.CreateObject("object.Name")
DB.Open "Param1", "Param2", "Param3", "Param4"
DB.Login "Username"...
I am not sure if you can do this in perl or not but I trying to access this API and you need to create a new COM object "object.name" that is associated with the programs API. I have the associated .dll and it appears to be registered correctly in my windows registry. How would I go about doing...
I actually got it figured out. It turned out to be a registry issue, for some reason the list of drivers was deleted from my registry so I just exported them from another station in my office and imported them into mine and it worked fine.
I downloaded and ran from link and I got this error
"MDAC 2.8 RTM is incompatible with this version of Windows. All of its features are currently part of Windows."
Currently I am running XP pro SP2
A while agao I had the blue screen of death and I am pretty sure it messed up some registry entries and now my ODBC admin cant find any drivers so I am trying to reinstall them but I cant seem to find them anywhere.
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.