I want the user to be able to perform a "lookup" on a list of values via ASP. A combo box is not an option, as there may be too many records for the page to hold efficiently.
If the user is ente...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10234777.htm...
Zones:
ASPDate Answered: 12/03/1999 Rating: 6.6 Views: 0
I have a stored procedure that inserts a row into a table, then
gets the id for that row as a return value.
the sp is called from a form on my page. my question is,
how can i get that retur...
http://www.experts-exchange.com/Web_Development/Authoring/Q_10235556.html
Zones:
AuthoringDate Answered: 11/30/1999 Rating: 5.8 Views: 0
I'm new to web development and I'm a little confused about the relationship between ASP and VBScript - as I understand it, ASP is interpreted on the web server before being served to the client and...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10262543.htm...
Zones:
ASPDate Answered: 01/27/2000 Rating: 7.6 Views: 0
I need to use javascript in an asp page to get the client side date instead of the server. I can do this and print it on screen. I then need to use thaat date to go to the server database and get...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10304980.html
Hi,
in ASP 3.0 /VBScript 5.0 it's possible to define Classes.
This works alright but when I try putting an instance of the class as a variable in the Session object I get errors when I try ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10675161.htm...
Zones:
ASPDate Answered: 07/12/2000 Rating: 9.2 Views: 0
I want to store a permanent cookie in people's computers, containing
just their customer_id, so that I can understand who they are if they
visit the site.
How do store the perm cookie, and how...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_11039343.htm...
Zones:
ASPDate Answered: 08/21/2000 Rating: 9.4 Views: 0
Hi,
I have to delete all the comments in ASP file, that starts with a '.
the file is as follows:
<%language=VBScript%>
<HTML>
or javascript
.....for eg: John's name
<%
....co...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_11762098.html
Zones:
PerlDate Answered: 11/09/2000 Rating: 9.2 Views: 0
I've only been doing ASP pages for about three weeks now. Also, I havnt learned JavaScript yet(VBScript only). I was trying use what I thought was a page level variable. I kept getting type mismatc...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_11836238.htm...
Zones:
ASPDate Answered: 11/25/2000 Rating: 6.4 Views: 0
Is it possible to have VBScript and Javascript1.2 together in an asp page?
I had a page with a Javascript1.2 script in it, then added a VBScript to it that access an access database.
Now it app...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20156026.htm...
Zones:
ASPDate Answered: 03/28/2002 Rating: 7.4 Views: 0
I'm developing a few pages in ASP using HTML and VBscript. Currently I am working on something where the user types in search criteria and hits a submit button, then it sends the info to another p...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20168277.htm...
Zones:
ASPDate Answered: 12/19/2001 Rating: 6.6 Views: 0