Hello,
I'm using an onmouseover and onmouseout event to change the image and text of one div when I hover over some thumbnails in another div.
It seems to work fine if I move the mouse somewhat slowly from one thumbnail to another, but if I move the mouse quickly, the text changes but the...
Hello,
I'm pretty new to javascript. I have an asp form and I'm using javascript for validation. One text field, PromoCode, has this:
function ValidUserInput() {
if ($("PromoCode").value != "0508Test")
}
alert("The promo code you entered is not valid, please check your code and enter...
Hi,
Is it possible to make the body of an email created from an Access form Rich Text rather than Plain Text? I'm in Access 2000. Here's some of the code I'm using:
Dim stText As String
Dim stLists As String
Dim stOrderNum As String
Dim stMailer As String
Dim stOffer As Variant
Dim stNames As...
Hi everyone,
I have an asp page that generates an automatic email. Is it possible to tag the email as "high priority"? Everyone recieving the email is using MS Outlook. Here's the code:
<%
Set Mail = Server.CreateObject("CDO.Message")
Mail.From = request("SupportUser")
Mail.To =...
Hello,
I have an ASP page that retrieves a list of products from an Access 2000 database. Right now I have it set to show 15 products at a time, with <<Previous 1 2 3 4 5 6 7... Next>> to allow people to move through the records.
My boss would like it set up this way:
<<Previous A B C D E F G...
Hello,
I've inherited the maintenance of our intranet sites, which use several Access databases and .asp pages. Many of the databases use the same tables, and currently keep separate copies of the tables, instead of linking them to one database.
When I attempted to do this, I got an error...
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.