I have a
CF server question but I guess it's really a _javascript_ question. We host
a website on one of our servers that's running CFMX 6.1. One of the pages
on the site is a 'preload' page that displays a moving bar while a second page
is loading. The text that does this is this:
<SCRIPT
type="text/_javascript_">
function redirectpage() {
window.location='2_ot_schedule.cfm'
}
var bar1= createBar(500,20,'black',1,'gold','gold',60,7,1,'redirectpage()');
</SCRIPT>
function redirectpage() {
window.location='2_ot_schedule.cfm'
}
var bar1= createBar(500,20,'black',1,'gold','gold',60,7,1,'redirectpage()');
</SCRIPT>
I'm
trying to move this site to a server running CFMX 7, and when I do, this preload
page hangs and crashes the site. Has anyone seen something like this during a
migration?
List archives: http://www.mail-archive.com/[email protected]/index.html Visit our website: http://www.cfugcny.org
