Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kaycee79
  • Content: Threads
  • Order by date
  1. kaycee79

    Lining up Text Boxes

    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"...
  2. kaycee79

    List Box problems

    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...
  3. kaycee79

    Adding a record from a list box to a DB

    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") =...
  4. kaycee79

    Enlarging the Calendar

    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...
  5. kaycee79

    Deleting Records

    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...
  6. kaycee79

    Empty Recordset

    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...
  7. kaycee79

    Registration Error

    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=&quot;return VerifyData();&quot;> Can anyone help with this problem? Thanks in...
  8. kaycee79

    Table Problems

    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 <%...
  9. kaycee79

    Duplicate Records

    On my webpage for newsletter subscriber, i want to create a way of informing the user they have subscribed to the newsletter, currently i am presented with this message; Error Type: Microsoft JET Database Engine (0x80040E21) The changes you requested to the table were not successful because...
  10. kaycee79

    Amending Details via sessions

    I am trying to let a user change their details via the sessions (the session in use is called 'Username') I have got the form that produces the users details from the database, but the code that changes the details is causing me a problem, it produces this error message; Error Type: Microsoft...
  11. kaycee79

    Refreshing Hyperlinks through Sessions

    The links that i have on my webpage changed to 'red' once a user has accessed it, is there a way of changing it back to blue once the user has left the site, so it looks untouched? I am using session variables in my site as well Thanks in advance
  12. kaycee79

    ASP Shopping Carts

    I am looking to implement e-commerce facilities in my website, i was just wondering what the best e-commerce software would be to use? Thanks in advance
  13. kaycee79

    Colour of Hyperlinks

    Hello, i am creating hyperlinks on the page below, and for some reason, they are coming out in red, and not the conventional blue that i want. (Sorry about the code be in such a mess!) Can anyone explain why this is the case? Thanks in advance <% If Session(&quot;Username&quot;) =...
  14. kaycee79

    Lining up Text Boxes

    How do I line up all the text boxes so that they are all in a straight-line with each other? Thanks in advanced This is the code that I want lined up <!--#include file =&quot;clock.inc&quot;--> <SCRIPT language=&quot;JavaScript&quot;> <!-- function formValidateEmail(email) { var regex...
  15. kaycee79

    Positioning of a form

    I have a form, which has a link to a HTML page, but when i click on the link, i want it to go to a certain part of the HTML page, i am not sure how to do this, can anyone help me? Thanks in Advance (i can post up code if required)
  16. kaycee79

    Empty Recordset Message

    Empty Recordset I have the code below that produces a list of events from the database. If the database does not contain any events, I am getting the error message below; Error Type: ADODB.Recordset (0x800A0BCD) Either BOF or EOF is True, or the current record has been deleted. Requested...
  17. kaycee79

    Refreshing Hyperlinks

    I have hyperlinks on my website, and to start of with, they are blue, but once a user has clicked on them, they change purple. Now, the question is, once a user has left the site, is it possible to change the hyperlinks to blue again, so they look as though they have been untouched? Thanks in...
  18. kaycee79

    Problem with Javascript Validation

    I currently have a javascript validation on my form where all the fields must be filled in or there is an error message that appears. I have a list box for one of my fields, and when I select a value from my list box and try to submit it, I am getting the error message telling me that I have...
  19. kaycee79

    Refreshing Hyperlinks

    I have hyperlinks on my website, and to start of with, they are blue, but once a user has clicked on them, they change purple. Now, the question is, once a user has left the site, is it possible to change the hyperlinks to blue again, so they look as though they have been untouched? Thanks in...
  20. kaycee79

    Amending Details

    I have a page where users can amend their personal details, once they have successfully entered their username and password. I want to change this in the sense; when a user enters their username and password, their details appear from the database, and they can change what ever details they...

Part and Inventory Search

Back
Top