I'm following Carrzkiss example for user authentication login with a cookie and it works perfectly
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_24282069.html...
i really need to help getting started. I want to use existing classic ASP environment and make SOAP calls to an application. If i could just get started it would be greatly appreciated. i ha...
I am creating an ASP page where I want to show users how many people have voted in a poll. How can I code my ASP output page that shows how many records (rows) are in the database? Where and h...
For some reason I cannot delete entries from my Access Database. From my entry selected for deletion I'm trying to access the page that is supposed to delete the entry using the following lin...
Can someone please de-mistyfy regular expressions for me?
i have a string with any number of space characters in it, and i want them all, indevidually replaced with a " "...
eg, whe...
i have 3 records in the table.using recordset i am fetching the data.how to retrive 2nd second record from the table using recordset.
Hi, I am a total beginner for ASP scripting and would like to ask for experts suggestion and guidiance.
Q1) I want to create an Enquiry Form, and this enquiry form needs a verification cod...
Hi, I have been given a VBS script to run to correct a msi file. I keep getting the following error:
(14, 76) Microsoft VB Script compilation error: Expected ')' I have enclosed the complete ...
I'm using the following code that is creating a horizontal looper but I would like to convert it to a vertical looper instead.
<% numCols = 3
Response.Write "<table>"
while not rs.eof
...
I'm getting 'can't create object error '
Set objCom = CreateObject("NETCommOCX.NETComm")
What do i have to do to use NETCommOCX in classic asp?
Works fine saved as a HTA file - so gue...
I have an asp page which executes a SQL server stored procedure
Within this stored procedure there is a begin trans
BEGIN TRANSACTION
some sql code
if error ROLLBACK TRANSACTION
COMMIT ...
Hi Experts,
My form doesn't write to the database the field which contains single quotes. I can submit all the other fields, except for the BookTitle field. Please have a look at the code bel...
Hey Experts!!
I need to ask for some direction. I have one table that has all of my contacts in it. The table has entries for up to 4 contacts per unique key. They are named as such:
co...
I currently use the code below (which I got from a coworker a long time ago) and I write the form fields to be displayed by my processing page. The order of display seems random. I was able to...
- we have a website hosted with verio: www.clickinsure.com
- when I go to http://www.clickinsure.com/index.asp we would like it to take the user to www.clickinsure.com via a 301 redirect
- w...
Thanks to everyone who helped me get my website to output to a CSV. I can not input new account data in a webpage and export it, serverside to a CSV. I also have a PowerShell script that wil...
I am using CopyFolder to run and process a site backup solution, however I am noticing that it will not copy empty folders.
How can I get it to copy the empty folders?
Here's the code: (...
Hello Experts,
I keep getting:
Error Type:
ADODB.Recordset (0x800A0BB9)
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/irs/tpl_cus...
Hi.
I am having trouble with setting the default value of a drop down menu on a page with pupils.
The goal og the page is to updage information on pupils. When I get the page that lists pup...
Hi Folks,
I want to display a Response.write for the following which does not display on browser screen
Response.Write("<xml version=1.0>")
How do I display it in the browser.
Tha...
I have a fade-in slideshow using images from a database. When I view the html code the correct images are being located, but not displayed on the page. This is what I see when I view the html ...
I have four ASP pages. 1) BilletScanDefects4.asp , 2) RecordsUpdate.asp , 3) RecordsUpdateNew.asp and 4) cr4.asp
The first two pages BilletScanDefects4.asp and RecordsUpdate.asp function...
We are running IIS 6 and Plesk on our server. When we try go to .aspx pages nothing loads up, htm pages load fine. Cannot find any errors in the event logs on why it would not work.
I created a form and it loads fine. I complete the form and then On submit I get this error message. I have not seen this before. SQL server 2005 and using recordset to connect-connections ...
I want to return a select list of every Saturday from today and show it in a select list. So, I want a select list that shows
<option value="09/12/2009">Saturday, Sept. 12th 2009</option>
<...