Hello,
We need an ASP based script that will require a login and password to access anything on a specific directory on a web site. It can be fairly generic and we want to protect the direc...
I have written a form is ASP with JS validations. The form contains text fields and areas to upload files. Validation of the form occurs after the Submit button is pressed. If all areas of ...
I'm trying to build a page that will upload images, save the info to a database and resize the image. I'm following a tutorial at:
http://www.chestysoft.com/imagefile/resizedemo.asp
Whe...
How i can solve the error?
Active Server Pages error 'ASP 0131'
Disallowed Parent Path
/old_alumnionline/Include/login.asp, line 2
The Include file '../connection/connector.asp' canno...
Hi and thanks for looking at my question.
I have 2 tables in 2 different database. (see basic below)
Table1 - Database 1
Username
Table2 - Database 2
Username Firstname ...
from a search engine fetch user get redirected to contact page but how can i get that value in textbox from querystring so after submiting form i can understand that customer is contacting for...
Just want to print "ok" when my string has some words inside
where is my mistake?
When a user logs out of my website, I use Session.Abandon. However, the cookie ASPSESSIONID is not removed and the session is still alive. Please help.
Thanks!
I'm trying to allow Binary Read/Write operations on an ASP page I have. I found this MS article (http://support.microsoft.com/kb/193998) describing how to build a VB 5.0+ COM DLL to do it. I...
Hello All,
On my asp page, I have a combo-box as-
<select name="select1" class=".....">
<option value="My Value">My Caption</option>
</select>
There is one Image Button on the page as...
I have a site in old ASP
In an ASP page I have a javascript functions.
In this function I have to set a session variable .
How do I do it?
thankyou
Anat
I've been tasked with creating a graph gathered from statitics located on another web page. I am able to capture the remote url and write it to a text file. But I am not sure how to go about...
Windows Server 2003
IIS 6
ASP 2.x
MS Access 2003 database
Hi. I've inherited an ASP page from another web site. I'm trying to get this page to work on my Windows 2003 server. The page is...
Classic ASP VBScript.
Hello. I am trying to filter for a particular word in a URL, but not sure how to do that.
Basically, I want to query: <%If URL contains "/user/" then%> Perform so...
When I click the submit button on the index page (after entering the UID and PWD) I get the Error message 500 page cannot be found. I have the login_do.asp page located in the wwwroot direct...
I have a client who has some material they wish to post on their website, but only have it be accessible to those who enter and validate a email address in order to view it.
Anyone have any...
Hello,
At first, I apologize for my bad English I come from Germany.
I've already created a login page with solutions i found on Expert Exchange.
This is the code:
____
<%
...
I have a Dreamweaver form linked to an Access database. I need to capture the current Julian Date via a hidden field and store it into the database on submit. I'm using asp vb script. Can this...
Hello
I have a textarea
<form name="form1" method="post" action="">
<textarea name="ahha" id="ahha" cols="45" rows="5"></textarea>
</form>
when my user adds wibble to the text area...
I am writing a href="mailto:...... code in asp but in the mail body I want to display multiple lines, so if I use a break tag <br> then it is not displaying subsequent text in the next line bu...
I am not very familiar with this, so please excuse my ignorance.
We have an old .asp application that connects to a SQL Server 2005 database. We also have a newer asp.net application tha...
Dear Experts
I am using classic ASP and SQL Server 2005. I would like to create an XML document on the fly from the results of a recordset. The code for the recordset is in the snippet be...
Hi,
I have a recordset with a single column, where each cell contains a number of tilda separated values, for example:
| one~two~three |
| four~five~six |
which I want set up into a tw...
I have a string with a long name in it.
Example: Paul De La Cruz
I need to split it into first and last names, where first name is the string up until the first space. Last name will be ...
If using the File Access Component in classic ASP, if you open a file for write (to overwrite existing data), does it "Lock" the file so no other users can open it during the time of the re-wr...