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...
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 =...
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...
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...
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)...
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...
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...
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...
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...
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'...
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...
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...
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...
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...
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
<%@...
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...
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...
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...
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...
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...
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.