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

Reply via email to