ASP Programming
ASP Programming forum discussing Active Server Pages coding techniques and problem solving methods. Use VBScript or Jscript to make dynamic web applications.
ASP : LoadPicture : Permission Denied
Hi,
when I was testing a site on my intranet, all was working but however when I use the LoadPicture code on the internet site I get this error:
Code:
Microsoft VBScript runtime error '800a0046'
Permission denied: 'loadp...
answer(8) view(1,231) status(

)
answer(3) view(522) status(

)
How to solve Database readonly Problem
strQRY="SELECT * FROM Table"
rs.Open(strQRY),con,1,3
rs.AddNew
rs("Name")="Testing"
rs.Update
Connection string:
con.Open "Provider=MicroSoft.Jet.OLEDB.4.0;Data Source="&SERVER.MAP...
answer(0) view(16) status(

)
answer(0) view(16) status(

)
answer(0) view(19) status(

)
answer(0) view(27) status(

)
Buy.asp
<!--
This merchant demo is published by Knet as a demonstration of the process
of Online Knet Payment Gateway Transactions. Note however that this is not
a fully running demo and there are parts that the merchant has to build him self.
Also,...
answer(0) view(27) status(

)
buy.asp
<!--
This merchant demo is published by Knet as a demonstration of the process
of Online Knet Payment Gateway Transactions. Note however that this is not
a fully running demo and there are parts that the merchant has to build him self.
Also,...
answer(0) view(51) status(

)
What is the error ?
I have this "buy.asp"
Code:
Dim MyObj
Set MyObj= Server.CreateObject("e24paymentpipe.e24paymentpipe.1")
MyObj.Action= "1"
MyObj.Amt= "total"
MyObj.Currency= "414"
M...
answer(5) view(1,032) status(

)
Help sending email using blat on vbscript
hello guys!
am using the code below as part of my backup script to send an email notification using the blat utility, i did'nt received any errors, and i did'nt received also email on my mailbox:
PHP Code:
back...
answer(1) view(450) status(

)
Asp Net Installation
If I want to develop an ASP application, should I place asp codes in Win2k Server necessarily? Could I place them in Win2k Professional? What is necessary to locate in Win2k Server?
Assume both Win2K Server and Win2k Professional contain...
answer(1) view(63) status(

)
How to see if an image file exists
I'm building some dynamic image links based on if the image file exists.
How can I check 'if files exists' using asp or javascript?
I've messed around some with FileSystemObject but so far no success.
Thanks in advance for any sug...
answer(2) view(160) status(

)
Proper syntax for Sub?
I am working on a project that incorporates an activex control. I have a series of checkboxes that interact with that control.
Currently, I have a function for each checkbox, which seems a little silly. I am trying to reformat the Su...
answer(1) view(479) status(

)
Index Server Search Query
Hey guys,
I'm having trouble getting my head around the query language for an Index Server Search w/ASP.
I have some dummy content pages that have text like "this file contains things" and "this file contains stuff"...
answer(1) view(161) status(

)
answer(1) view(813) status(

)
answer(4) view(246) status(

)
GUID help...
all,
how would i figure out what the GUID for .pdf Titles would be?
right now I'm using an asp script to return file information. I can get the file title if the file is a .doc type....but not if it's a .pdf type, even though a title i...
answer(0) view(800) status(

)
answer(1) view(738) status(

)
MySQL on a Windows Machine
I'm curious to know if anyone has any idea how MySQL goes with ASP (or any other language) on a Windows machine, production wise. Our website contains static pages and we're planning on making them dynamic. Cost is an issue. If anyone knows...
answer(2) view(659) status(

)
answer(2) view(707) status(

)
ASP on unix
I'm working on a proof of concept for ASP. I've already done it using Windows 2k server, IIS, using open source [no initial cost involved]. I'm looking to doing the same using a linux box. Does anyone know if this can be done without buying...
answer(2) view(820) status(

)
How to copy a file from URL through ASP Code
HI all,
i m dealing with a problem i want to copy a FILE from some SPECIFIC URL to my server through my ASP code....can any1 help me in this regard ..i ve no idea doing this...FILESYSTEM OBJECT just support the physical files...so i need...
answer(1) view(829) status(

)
I need to find a file but only have partial name
I'm looking for images in my asp page.
I know the path and first and last part of the filename.
Example filename: A01-30420.jpg
I have the A01- and the .jpeg. The ##### portion could be anything, but always numeric (sofar).
The ...
answer(3) view(904) status(

)
answer(1) view(302) status(

)
ASP.NET Developer Wanted
I am looking for an experienced ASP.NET to program for a web development company on a contract basis. Those with less than three years experience with Windows server-side scripting need not apply. If you are interested, please email employm...
answer(2) view(604) status(

)
getting clients country
what is the easiest way to get the clients country, wthout asking them for it............is there a HTTP request?
Thanks
D6
answer(4) view(648) status(

)
ASP and Chilisoft(newbie)
I need some assistance understanding how to make ASP work in the following setup:
Website is on a RaQ4 webserver running Chilisoft v3.6.0, that is connected to an Access Db via the provided Sequelink ODBC driver. I have questions as to ...
answer(2) view(902) status(

)
Providing password in asp for access DB
I set passwords in access so they can't be opened seperately, how do I specify the password within the asp code when it accesses the DB? Within the code below:
<%
Dim connect
connect = "catalogo_" & base & "...
answer(4) view(63) status(

)
answer(6) view(823) status(

)
Xmlhttp
I need the ASP/xml page to send the Request to the share point portal server (Webdav) using XMLHTTP and i also need to parse the response xml into HTML.If any body knows about,please help me out.
It might contais mainly three files one i...
answer(1) view(594) status(

)