I am trying to line up the text boxes on my screen, but i am not sure how to do this
can anyone help?
Thanks in Advance
<!--#include file = "clock.inc"-->
<HTML>
<HEAD>
<TITLE>Login</TITLE>
</HEAD>
<BODY>
<BODY BGCOLOR="#99CCFF">
<FONT FACE="Arial">
<DIV ID="content">
<INPUT TYPE="button"...
thanks for that, it works, but the problem is that
then there is no records in the database, and the message appears
stating that there are no events to report on, the date and report
input boxes are still there, and i dont want this, i want just the message
and no other input boxes or buttons...
List Box
I have the code below, which is supposed to populate a list box with
records from the database; if there are not records, then a message is produced,
this works fine, but when there is multiple records in the database,
it has a list box for each seperate record.
I can not seem to...
I am trying to add a record from a list box to the database, but an error message
appears;
Error Type:
ADODB.Recordset (0x800A0CC1)
Item cannot be found in the collection corresponding to the requested name or ordinal.
/new/addreporttodb.asp, line 22
Line 22 is
objRS.Fields("EventName") =...
I have this javascript calender, and on my page, i have a function of being able to enlarge the text
to double, but the calender does not change size, it stays the same, how can i make it change?
Thanks in advance
i can provide the code for the calendar if required.
<%
If...
i tried the above code, and i am getting this error message now
Error Type:
ADODB.Recordset (0x800A0BB9)
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/new/test.asp, line 40
Line 40 is
objRS.Open "SELECT * FROM Events WHERE [date] <...
Delete user
I am trying to create a way to delete a user from the database, i have adapted some
code from a book, but i am getting an error message;
Error Type:
ADODB.Recordset (0x800A0BB9)
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another...
I tried the above code, and i am getting an error message;
Error Type:
Microsoft VBScript compilation (0x800A0400)
Expected statement
/new/test.asp, line 51
Event Name </font>
I am new to ASP, so i am not sure how to do many things just yet
this is the code;
<!-- #INCLUDE...
thanks for that, it worked, but even if there are no reports to report on,
the 2 text boxes for the date and report field still appear, i do not want them
there if there is nothin to report on. how can i do this?
the text boxes should only appear if there are events to report on
Thanks in...
i done that, but i am not sure if i put it in the right places, because
i am still getting an error message
Error Type:
Microsoft VBScript compilation (0x800A03F9)
Expected 'Then'
/new/AddReport.asp, line 57, column 16
If not objRS.EOF
---------------^
this is the how i did it
<%
Option...
Hi
On the page below, it produces a list of events which took place before the current date.
If there are no events, i want it to produce a message that says 'There are no Events to report on'
because currently it brings up an error message;
Error Type:
ADODB.Recordset (0x800A0BCD)
Either BOF...
When submitting a new user, an error message is appearing;
A Runtime Error has occured.
Do you wish to Debug
Line:67
Error:'document.frmUser.txtUser.txtPassword' is a null or not an object
Line 67 is onSubmit="return VerifyData();">
Can anyone help with this problem?
Thanks in...
When enlarging the text on the screen via the button 'Change Text Size', the menu which is in a table requires
the user to scroll left to right to view it and this is something that i do not want. Is there a way around this?
Thanks in advance
This is the code that i am using
<%...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.