I tried that earlier thinking that AV was slowing down the writing of the
file.  But let me try it again.

Jacob

-----Original Message-----
From: jerry johnson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 28, 2005 9:39 AM
To: CF-Talk
Subject: RE: CFMX interrupting javascript - MORE

Do you have virus protection running on the machine you are writing to?

It might be that the Javascript is triggering a longer virus scan than
the version without it.

Jerry Johnson
Web Developer
Dolan Media Company


-----Original Message-----
From: Jacob [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 28, 2005 12:29 PM
To: CF-Talk
Subject: RE: CFMX interrupting javascript - MORE

This takes about 2.2 to 2.5 seconds.

<cfloop index="i" from="1" to="100">
<cffile action="append" file="d:\java.htm" addnewline="No" output="
<a
ref=""javascript:popupBoxArtDVD('http://domain.com/Show_Movies_Image.cfm
,'23
6','335')"" onmouseover=""window.status='See Box Art'; return true ""
onmouseout=""window.status=''""">
</cfloop>


This takes .2 seconds. (Removed javascript, onmouseover, onmouseout and
replaced with "X")

<cfloop index="i" from="1" to="100">
<cffile action="append" file="d:\java.htm" addnewline="No" output="
<a
ref=""X:popupBoxArtDVD('http://domain.com/Show_Movies_Image.cfm,'236','3
35')
"" X=""window.status='See Box Art'; return true ""
X=""window.status=''""">
</cfloop>


I have tried various combinations with javascript, onmouseover and
onmouseout, but it speeds up only when I have all 3 removed.





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204942
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to