I have an asp page that uses WSH to run a vbs file named "main.vbs".
This in turn runs additional vbs files including one named "groups.vbs".
I am trying to get the "groups.vbs" to return an error code on exit back to the main and display it, but the response...
am trying to run a vbs file from an ASP page.
The line with the .Run throws the error "Permission Denied"
Here is the code:
Set objWshShell = Server.CreateObject("WScript.Shell")
strWshCommand = "d:\vbs\main.vbs 0 " & intUserId
Response.Write strWshCommand...
I am looking for advice, code samples and or components capable of building a sound only movie on the fly in ASP.
The sound files are currently in MS wave format.
cquick@callingpost.com
Geographic Information System (GIS), ASP, some Oracle
Or another thought, since the parameter really is relevant other than creating uniqueness, use the current date and time.. that way even on a refresh you guet unique names each time. cquick@callingpost.com
Geographic Information System (GIS), ASP, some Oracle
The image source tags are not diiferent, so on the second (and 3rd, 4th..) it looks in the cache.
Try adding a parameter to the query string
counter = 0
Do Loop code
counter = counter + 1
<img src="image.asp?image=<%=counter%>" width= etc..
even if you don't do anything with the...
I have a bunch of stored procedures in a database call it ABC.
When I hightlight one or more stored procedure names in ABC and right-click and go to Generate SQL scripts from it I get the error: "csquick is not a valid user in database "XYZ".
I am not trying to script anything...
Well, that works for me too.. but have you tried opening a window and writing frame tags, then writing to one of the frames?? cquick@callingpost.com
Geographic Information System (GIS), ASP, some Oracle
The writeln is used in both netscape and IE.. The problem is that NS 6.1 is not finding the frame that it just created.. cquick@callingpost.com
Geographic Information System (GIS), ASP, some Oracle
Still hoping to find an anwswer to this.. Are there any other sites or forums to search for javascript bugs? cquick@callingpost.com
Geographic Information System (GIS), ASP, some Oracle
try using the title attribute in your input.
<input type="text" title="Hello Word" name="whatever">
cquick@callingpost.com
Geographic Information System (GIS), ASP, some Oracle
I am opening a window and using writeln to write some frame tags. Then I reference the first frame and try to write to it. Problem: This works fine in IE 5.0, and 5.5. It also works in netscape 4.76 BUT blows up in NS 6.1.
Here is the error: Win1.document has no properties line 172.
Code...
I would check into the document management apps by Hummingbird.
They have a product for storing documents in over 100 or so different formats, and viewing them later through a web-browser. The product is called CyberDocs. Of course, since it is a full-blown enterprise document manangement...
If you are running an IIS based system, you could use ASP and a component such as ASPEmail to do the same thing.
The component was free, the last time I looked and comes with code samples. The site is at www.aspemail.com cquick@callingpost.com
Geographic Information System (GIS), ASP, some Oracle
In theory, we should be able to pass a string larger than 8000 characters for the parameter @NewXMLMapRequest. cquick@callingpost.com
Geographic Information System (GIS), ASP, some Oracle
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.