there's a simple password protection code here,but its not working for me.i am getting the following error:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'Session'
/login.asp,...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10747081.htm...
Zones:
ASPDate Answered: 07/19/2000 Rating: 6.0 Views: 0
I keep getting an error with these two lines of code the error is type 13 errror, below are the two lines of codes. Any help will be appreciated.
Form2.Text11 = ((Val(WIND.Text4) * 1.62) + (Val(...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20258996.html
Zones:
Visual BasicDate Answered: 01/24/2002 Rating: 9.2 Views: 0
I'm posting data from a form to another page which includes the following code:
<%
Dim Connect, BusSubTypes, TypeID
Set Connect = Server.CreateObject("ADODB.Connection")
TypeID = Request("Typ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20278060.htm...
Zones:
ASPDate Answered: 03/17/2002 Rating: 8.0 Views: 0
I'm playing with a little agent to monitor users' mail files, especially coming up to Christmas. I want the agent to run after new mail arrives, and scan through any new emails. The agent will se...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/Lotus_SmartSuit...
Zones:
Lotus NotesDate Answered: 09/22/2004 Rating: 7.4 Views: 0
Using a FoxPro 6 Free Table, I keep getting the following error:
Operator/operand type mismatch error
below is sample code that generates the error. I've had no previous problems working with ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_20548484.html
Zones:
VB DBDate Answered: 03/13/2003 Rating: 8.0 Views: 0
Hi, I am running vb6 and using the crystal report viewer. The report comes up file but if I have the group tree visible it gives me a "type mismatch" error. If I don't have the group tree visible...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_20754479.html
I have an oracle stored procedure that looks something like this...
grant_role(
inEmployee IN NUMBER,
inRole IN VARCHAR2,
inGrant IN BOOLEAN,
status OUT NUMBER)
I want to run this in a...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20807306.html
Zones:
JavaScriptDate Answered: 12/08/2003 Rating: 7.4 Views: 0
Hi Everyone,
When I add a New Column to a Table, I'm finding that the views referencing the table aren't mapping the columns correctly. For instance, if I add a new Column to the end of Table A,...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20896430.html
Zones:
MS SQL ServerDate Answered: 02/25/2004 Rating: 7.8 Views: 0
Hi!
What I am trying to accomplish is if the traffic is greater than a 1000 that it is divided by 1000 else the value is left undisturbed.
Dim plan_traffic(5)
Do While Not rs.EOF
if rs.Fiel...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20994116.htm...
Zones:
ASPDate Answered: 05/18/2004 Rating: 8.8 Views: 0
Hi,
I have a little asp application that calculates users monthly bill. I give the option to show the bill per month either by individual customer, or show all customers bills.
When I show t...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21224395.htm...
Zones:
ASPDate Answered: 11/30/2004 Rating: 7.8 Views: 0