Thank you for the kind and tactful comments about my code.
However, your beautiful code still does not solve my problem - the image doesn't change if you move quickly between thumbnails, even thought the text does.
I'll look elsewhere for a solution.
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...
I'm not sure I follow what you all are saying. I don't have an attachment or report, I'm just trying to make the email itself be rich text. I don't have a "body" to change to "RTFBody".
Thanks,
Marc
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...
Thanks, but still no luck. Again, I didn't get any error messages but the email was not flagged as high importance.
Is it something different with CDO vs CDONT?
Thanks,
Marc
Hi Damber,
Thanks for the reply. Is there a particular spot I should place this? I added it first after "Mail.To" and then before "Mail.Send" and after "Mail.Send". I didn't get any error messages but the email was not marked in any way for priority.
Thanks,
Marc
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 =...
Defining the first letter:
<%
Dim FirstLetter
FirstLetter = Request("Initial")
%>
link for "previous" button:
<% if lngPage>1 then%>
<a class="pageselector" href="datacards.asp?initial=<% =FirstLetter%>&page=<% =lngPage-1 %>"><< Previous</a>
<%end if%>
link for "next"...
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.