Home All Groups Group Topic Archive Search About



Active Server Pages (ASP) Programming Discussion

microsoft.public.inetserver.asp.general
Score Link checker in ASP
Gabriella - 13 Oct 2007 7:49 PM - 7 messages
Hi, How can I check a link in ASP? I need to verify the exact link, just as [link] performs the validation - e.g.: if a user inserts [link], i'd like to verify ...
Score How to open a file on the clients local hard drive from within ASP
Peter - 12 Oct 2007 8:33 PM - 9 messages
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 ...
Score Exporting to Excel
bcap - 11 Oct 2007 9:15 PM - 1 message
Hi, I am using the following code to export to Excel: fn = "QUERYRESULTS.xls" Response.Buffer = TRUE Response.ContentType = "application/vnd.ms-excel" Response.AddHeader "Content-Disposition","attachment;filename=" & fn Response.AddHeader "Content-Disposition","filename=D:\results.xls" 'Response.Buffer = True ...
Score Generate email when I click button?
majahops via WebmasterKB.com - 11 Oct 2007 8:05 PM - 39 messages
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 ...
Score HTTP 401.1 error when using IP address...
msnews.microsoft.com - 11 Oct 2007 2:02 PM - 9 messages
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 ...
Score break
vinodkus - 11 Oct 2007 12:23 PM - 2 messages
dear sir/madam          How to use break in asp. Please help me Thanks in Advance ...
Score Creating a variable name as the value of another variable.
rdstevenson - 11 Oct 2007 10:39 AM - 7 messages
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 ...
Score Getting the page count of a PDF document
tim - 11 Oct 2007 9:24 AM - 2 messages
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. ...
Score Send email when I click on a button?
majahops via WebmasterKB.com - 10 Oct 2007 10:12 PM - 1 message
Okay, I have a website that was initially generated by a program called ASP Runner Pro. It's really nice, has my access database online (I run it on a godaddy.com server) and I love the layout. However, I really want to make it ...
Score How can I detect if a class is included more than once ?
wbsurfver@yahoo.com - 10 Oct 2007 2:37 PM - 2 messages
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: ...
Score ASP Page, Access Base, PARAMETER not send !!!
Seb - 9 Oct 2007 8:38 PM - 18 messages
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 with a parameter (VAR_DATE is ...
Score Visual Studio 2005 backwards compatible with classic ASP ?
wbsurfver@yahoo.com - 9 Oct 2007 4:56 PM - 6 messages
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 ...
Score how to show more than column value in combo box
vinodkus - 8 Oct 2007 8:56 AM - 3 messages
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> ...
Score PLEASE HELP! Getting Error -214746259
Debbie - 7 Oct 2007 1:29 PM - 10 messages
I wonder if anyone can help me out, or point me in the right direction, in solving my current problem: I have started seeing an error on one of my ASP pages.  Id displays totally blank except for two lines, as follows: ...
Next »