ASP Programming
ASP Programming forum discussing Active Server Pages coding techniques and problem solving methods. Use VBScript or Jscript to make dynamic web applications.
.msg attachement not auto opening
Hi,
When i open a .msg attachement it doesn't auto open in outlook. The download file prompt shows the extension as .asp. If I save the file, change the extension and open, it works. How ever this is working fine for other mime types(doc...
answer(9) view(946) status(

)
ASP & ADO ignoring command timeout (myODBC, mysql)
Hey guys!
I've googled and googled and seen plenty of code examples that seem to exactly match what I'm already doing, which doesn't work...
Check out my code...
Code:
<%
dim t1
dim t2
dim adoConn
dim ado...
answer(3) view(879) status(

)
Error: "Object required: 'Err' " ?
Hi,
I have a method in an ASP class that returns an error message if an error occured:
If Err.Number <> 0 Then
...
All goes well if I use another test class to call the method. But when I use the class directly in an ASP ...
answer(2) view(162) status(

)
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,530) status(

)
answer(3) view(549) 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(37) status(

)
answer(0) view(33) status(

)
answer(0) view(61) status(

)
answer(0) view(56) 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(66) 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(81) 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,104) 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(526) 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(81) 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(182) 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(498) 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(182) status(

)
answer(1) view(836) status(

)
answer(4) view(271) 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(821) status(

)
answer(1) view(756) 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(692) status(

)
answer(2) view(726) 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(841) 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(854) 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(929) status(

)
answer(1) view(324) 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(626) 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(670) 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(940) status(

)