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>

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?
 
________________________________________________________________ To unsubscribe: send a message to [EMAIL PROTECTED] with 'Unsubscribe CFUGCNY' in the body. To send a message to the list: [email protected]

List archives: http://www.mail-archive.com/[email protected]/index.html Visit our website: http://www.cfugcny.org

Reply via email to