Believe it or not, 2_ot_schedule.cfm loads fine on its own. It's only when you try and load it by calling it from the preload page that everything hangs.
-----Original Message----- From: Cold Fusion User Group CNY [mailto:[EMAIL PROTECTED] On Behalf Of Pete Freitag Sent: Thursday, July 07, 2005 3:28 PM To: [email protected] Subject: Re: [CFUGCNY] CFMX 7 server - migration issues? Well since the JavaScript runs on the Client's machine, there is no way it could crash the CF server. So I would guess what ever is causing the problem is in the 2_ot_schedule.cfm -pete Tuxbury, Catherine wrote: > 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 > -- ______________________________________ Pete Freitag work: http://www.cfdev.com/ blog: http://www.petefreitag.com/ shop: http://www.dealazon.com/ Author of the CFMX Developers Cookbook http://www.petefreitag.com/bookshelf/ ________________________________________________________________ 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 ________________________________________________________________ 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
