Here is the code I am using so my cfmail will not be blocked or put in the spam folders but Hotmail and a few others still do not like it. Any suggestions are appreciated.
<CFMAIL
TO = "#form.Email#"
FROM = '"teacherconf@my.com" <teacherconf@my.com>'
SUBJECT="Parent Teacher...
Ironically I am looking to solve a similar problem.
Not sure if it will help but here are some suggestion I have found.
<CFMAIL TO = "#form.Email#"
FROM = "account@yourserver.com"
SUBJECT=""
username=""
password=""
server="mail.datalabsolutions.com"...
i am using the following code but it will only send to local email accounts, ie. acounts at myserver.com.
Accounts like hotmail and aol do not recieve any mail.
We have a proxy server could that be the problem?
<CFMAIL
TO = "#form.Email#"
FROM = "jbernhardt@myserver.com"...
I am using a CFM login page. The user enters a username and password and gains access to the site. The problem is that the server (the XP or the Coldfusion Server) caches the users name and password.
When the next person logs on (from s different computer) they get the information from the...
I have a flash movie that was designed starting at -100.
How can I move all graphics and symbols (in all the frames) 100 pixels to the right?
I can not do it frame by frame because there are 7000 frames.
I have to run to a meeting but I would love to pick up with this discussion on Monday. The v- gt actually helps I just need to figure what to make t. It has to be a constant value, right!? Since we are not really working in meters or seconds,I guess i can just make up that value.
Thanks, I...
Bare with me, it has been a while since I studied physics. The top value of the ball is increasing by velocity every loop and velocity is decreasing by .5 every loop, at some point velocity (for upward motion will equal 0 which means the ball should begin to fall).
Is this concept correct...
Not sure what you mean F=m*a, there is no mass.
I tried to decrease velocity by .5 until gravity = 0
Once it equals 0 the ball should begin to fall. At that point i am increasing velocity by .5.
I am trying to create gravity for a flight of a ball. The code i am using causes the ball to travel in a more triangular pattern as opposed to a arc. I am trying my best to follow the laws of gravity (for a crossover lesson with physics).
g is a constant value -- 9.8
conv =...
I am trying to create a simple game that uses a line as a cannon barell.
I want to use a horizontal slider to set the angle of the cannon.
Here is the starting position of the line.
Static xx As Integer
Static yy As Integer
xx = 0
yy = 200
line.x1 = 0
line.y1= 200
line.x2 = 50
line.y2= 200...
My goal is to copy image names from one table to another table where the first and last names are matching. I must have some silly mistake but i am suffering from tunnel vision at this point,
+++++++++++++++++++++++++++++++++++=
Here is the code
<cfquery datasource="publication"...
http request is an XML thing, right?
I have come upon this suggestion for other problems in the past but I have not figures out how to use it.
If you know of any tutorials for non XML people let me know.
Thanks
I did not want to use frames because I did not want to alter the web page and there is no visible content. I just want to place a query in the head of the document.
Are you sure you can only include local files? It has been a whire but I thought SHTML allowed you to include non local files if...
I want to run querys from a clients home page to my server. My client does not have coldfusion server.
I thought of using includes SHTML(<!--#include virtual="http://www.whateverurl.com/thefile.cfm" -->) or php includes(<? include ("http://www.whateverurl.com/thefile.cfm") ?>) or ASP includes...
I have a client that has a static web site (HTML).
He is currently using a service of mine where he can make a temp home page. When he activates it I would like to activate a <META http-equiv="refresh" content="0; URL="> Tag that points to my site.
The query is below is what i use with...
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.