all groups > inetserver asp general > october 2007 > threads for october 8 - 14, 2007
Filter by week: 1 2 3 4 5
FSO Error
Posted by Miguel Orrego at 10/14/2007 12:00:00 AM
Hi, I'm getting a permission denied error on a win2k server using
fso.deletefile. I have given the IUSR and IWAM full control permissions to
the directory and the files are not read-only. Any ideas? Thanks.
... more >>
Link checker in ASP
Posted by Gabriella at 10/13/2007 12:49:17 PM
Hi,
How can I check a link in ASP?
I need to verify the exact link, just as http://validator.w3.org/checklink
performs the validation -
e.g.: if a user inserts http://www.exampleURL.com, i'd like to verify
whether it's
http://www.exampleURL.com OR
http://exampleURL.com OR
http://www.exam... more >>
How to open a file on the clients local hard drive from within ASP
Posted by Peter at 10/12/2007 1:33:01 PM
Dear,
I do have an ASP page with vbscript code entirely executed on the IIS
server. The page contains a lot of data coming from the SQL Server.
I want to populate one of the <select> boxes on that page with data coming
from a file stored on the clients local hard drive. How do I achieve thi... more >>
Generate email when I click button?
Posted by majahops via WebmasterKB.com at 10/11/2007 8:05:21 PM
When I click "save" after adding a new record (which contains, among other
fields, the person's email address), I want an email to automatically be sent
to that person (at the email that is in the field of that record). How can I
do this?
Thanks so much, it really means so much to me!!!
--... more >>
HTTP 401.1 error when using IP address...
Posted by msnews.microsoft.com at 10/11/2007 10:02:05 AM
Our IT team relocated our application servers yesterday. They had to take
one machine out of the cluster because it would prompt users for credentials
if accessed using the IP address, which I guess is what happens when it is
accessed through the firewall. However, it works as expected when ... more >>
break
Posted by vinodkus NO[at]SPAM gmail.com at 10/11/2007 5:23:23 AM
dear sir/madam
How to use break in asp. Please help me
Thanks in Advance
... more >>
Creating a variable name as the value of another variable.
Posted by rdstevenson NO[at]SPAM hotmail.co.uk at 10/11/2007 3:39:21 AM
Hi,
Something I've never come across before and has given me a headache.
I have a txt file with content similar to below I want to read in each
line do a split on the = and then create a variable with the name of
the first value and the value of the second. I'm fine with the
splitting etc bu... more >>
Getting the page count of a PDF document
Posted by tim at 10/11/2007 12:00:00 AM
Hi,
I try to get the page count of a PDF document. I know how to do this in VB
but not in ASP. I have tried several options but none of them work properly.
I have search the internet but nothing that will help me.
Does anyone can help me with a sample?
Regards
Ti... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How can I detect if a class is included more than once ?
Posted by at 10/10/2007 7:37:04 AM
Here is the problem, I am working with a bunch of old code so I can
really restructure the includes, otherwise I guess I could change all
the #include statements to #include-once.
Anyway, If I have a file with a class like this:
Class myClass
end class
I get a "name redefined" error. ... more >>
ASP Page, Access Base, PARAMETER not send !!!
Posted by Seb at 10/9/2007 10:38:12 PM
Hello,
I work in a ASP page and a Access 97 base.
In Access, I have a request with a parameter (VAR_DATE).
With this code it's good :
<%
Set Req_1 = Server.CreateObject("ADODB.Command")
Req_1.ActiveConnection = MM_BASE_FIL_A_FIL_TER2N_STRING
'Z2_Req_Sans_FIL_Supp is a request in access wi... more >>
Visual Studio 2005 backwards compatible with classic ASP ?
Posted by at 10/9/2007 9:56:41 AM
We have classic ASP running (so I'm told) on IIS 6, and I found a vbc
executable on the system that says visual basic 7 when I run vbc -
help . If I have them install Visual Studio 2005, I am hoping it is
backward compatible with our current ASP codebase ?
... more >>
how to show more than column value in combo box
Posted by vinodkus NO[at]SPAM gmail.com at 10/8/2007 1:56:33 AM
dear sir/madam
I have a problem . I have a table of field name ,roll_name, age
I have to show name and roll_number in combo box list. please help me
i m using it
<select name=id1>
<option value="<rs(0)>"><%=rs(0)%><%=rs(1)%></option>
please correct this syntex
... more >>
|