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: leeolive
  • Content: Threads
  • Order by date
  1. leeolive

    javascript mouseover - change one image several times

    Hi There *must* be a way to do this...I just can't get my head around it. I have four buttons and one big image below the buttons. When I mouseover the buttons one at a time, the image below changes depending on the button I am moving over. I cannot use div's - the buttons and big image are...
  2. leeolive

    if - else if - else if - confused

    Hi I can't seem to get this working, if anyone has any idea.. I need to do the following: if str = "" or str = "" or str = "" then print this table saying - please complete form else set up the connection and retrieve all data where NI = NI or UN = UN or PW =...
  3. leeolive

    validation - alpha and numeric - how to modify this script?

    Hi I have found script which doesn't use alerts (from Javascript Source). It checks for empty, and min and max no of characters and email. I am trying to add functionality to check for alpha characters and then also for numeric. Could someone please help me with this as I am new to JavaScript...
  4. leeolive

    QS encryption - how to de-encrypt - 5.30am urgent - please help!

    Hi! I am trying to work out your encryption and I think my brain has passed it's expiry date. I can't figure out the logistics of this - I am new to asp and functions. I think that I have managed to encrypt the QS on the response.redirect of my 'submit.asp page'. This value now gets passed by...
  5. leeolive

    form validation - mask, 2 values the same and alpha characters - help!

    Hi I have some js validation code which I need to do 3 checks. - Check that a value (NINumber) entered is entered in this format: XX999999X - Check that an email (Email & ReEnteredEmail) entered is the same as a reentered email - check that a username (UserName) consists of 6(min and max)...
  6. leeolive

    server validation - back button loses values in form - help!

    Hi I am using javascript and server side validation. This is a scenario for if someone has javascript turned off and the server side validation comes into play. I have a form which submits to a hidden page which retrieves the data and the submits it to a db. When the data is posted, I am...
  7. leeolive

    loaded new 5.5 scripting engine - now PWS not working - please help!

    Hi Yesterday I downloaded the latest version of the VB scripting engine for Windows 98. Everything was fine yesterday but when I switched my pc on this morning and tried to access micros personal web server/web manager via start/programs, the page where I click 'start' does not appear. I can't...
  8. leeolive

    form submitting to self and not redirecting - unsure where to do redir

    Hi I got this code from http://www.asphonolulu.com/Samples/ASP/Forms/formvalidation.asp I have stripped it down to the basics for example purposes. At the moment, if user completes all required textboxes, it submits to itself. I need to set it so that if the form is completed properly, it...
  9. leeolive

    server validation - getting drop downs to reflect value

    Hi I got some great server side validation code from here http://www.asphonolulu.com/Samples/ASP/Forms/formvalidation.asp The form checks if all the fields are completed etc. When user clicks submit and a field is not completed it marks that textbox as "required" and displays the...
  10. leeolive

    server side validation and regular expressions

    Hi I am working on server side validation and have found some code from http://www.asphonolulu.com/Samples/...mvalidation.asp that looks great. Only thing is it works perfectly on their site but when I download it, it comes up with this error Microsoft VBScript runtime error '800a01b0'...
  11. leeolive

    CSV File - confused

    Hi I am still new to ASP. I have created a single form. I retrieve the data from the form and place it in variables and then submit the data to an access database. Another company then requires certain fields from the database *once a week/monthly(to be established in CSV file format. How...
  12. leeolive

    retrieve date and change to DDMMYYYY format

    Hi I want to submit the date along with other values to a db. It needs to be in DDMMYYYY format when submitted to db. I have the below so far, which is not working and returns something like 00:00:0000 Dim strmyDate strmyDate = Cdate(Request("Date")) Response.Write strmyDate Can...
  13. leeolive

    edit a form - retrieve values from db and set checkboxes to reflect va

    Hi I have a feedback form which user completes and data is submitted to db. I then want to allow user to edit this form so I retrieve values from db and populate the textboxes. This is working fine. My question is how do I set checkboxes and radio buttons to reflect these values? It must be...
  14. leeolive

    asp website??

    Hi I am quite new to asp but am able to submit and retrieve to/from an access database via a webpage. I have seen a site where all the pages are asp. How does this work? Is all the content stored in a database and which database would be able to store that much information/text? See this...
  15. leeolive

    adding to access database - what's wrong?

    Hi I am new to asp. I have managed to retrieve from an access database, but can't seem to get the simplest adding to database page working. The connection is fine, but it comes up with an 'error adding to db' error message Can anyone spot the problem?? Here's the code Thanks! Lee <%@...
  16. leeolive

    receive message box flashes and then nothing

    Hi! I have had problems with outlook express for the past month and have been using eudora in the meantime. When I click on send/receive, a message box flashes for a split second and then disappears. No emails download. I do however have loads of emails(using eudora). I did receive a couple...
  17. leeolive

    detect screen size &amp; then change imgs to bigger or smaller imgs

    Hi I am using a script to detect screen sizes. If the screen is 600/800/1024, I use a specific ext style sheet to tailor the fonts etc for that screen size. My question is: I have a page 'index.html' with 7 images. I want to be able to change these images so that if the screen size is 600 I...
  18. leeolive

    can you change images on a page through an external css?

    I have a question that has been bugging me for a l-o-n-g time. I am building a site and the client is very picky. They want it to look at certain way with all elements exactly the correct size etc. I am only concerned with 600, 800 and 1024 screen size widths. I have created a style sheet that...
  19. leeolive

    ext style sheet-use different imgs throughout depending on screen size

    Hi! Thanks for the help with the background img. Does anyone know if one can change images within a page from within a style sheet? Ie. I have an external script which detects size of browser and then uses correct style sheet. That specific style sheet would then have an attribute(?) which...
  20. leeolive

    background image within style sheet

    Hi! I have an external style sheet and am trying to add a background image and ensure that it does not tile. I am busy trying to get the image to load. The code I have is as follows. can't figure out why it doesn't work. Everything else works fine. .body {background-color: white...

Part and Inventory Search

Back
Top