A Fusebox forum has been started here on Tek-Tips. I recommend all "fusers" to join up so we can begin helping each other.
Best Regards,
FelixTKatt FTK
I'm attempting to create a (very) weak email validation bit using a simple CFIF and a few string functions. Here's the code:
<cfif (FindNoCase(emailFrom, ".com") IS NOT 0) OR
(FindNoCase(emailFrom, ".net") IS NOT 0) OR
(FindNoCase(emailFrom, ".org")...
I'm trying to create a simple image swap onMouseOver and onMouseOut. The only twist is that the image I want to swap is the submit button on a form. I assume I have to link the input tag itself (because the onMouseOver method belongs to the anchor tag) but I can't get the src parameter to...
I find this curious and can't figure out what is going on. Perhaps the email server I am using causes the problem, but I can't tell. Perhaps someone here can.
I want the "mail_to" field to populate automatically based upon the message retrieved. However, the input tag is not...
I have a query that pulls a paragraph of HTML text from a database field. In that text there are italicized and bolded elements that I would like to have removed before I display the text on the page.
1. Would it be better/easier/classier to do this in CF or JavaScript?
2. How would I go...
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.