I have a simple HTML page - stripped everything possible from it. No javascript is invoked (e.g. body onLoad) when the page is loaded I''ve included the new prototype.1.6.0 (and tried 1.6.0.2) in my html page. When I load the page - the browser will render the html content - but the page continues to load - without ever finishing. This is a problem because the code I want to execute in body Onload will not run until the page loads. If I comment out the include for prototype.js, the page loads fine. ? I''ll post the code in a follow up. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
<html xmlns="http://www.w3.org/1999/xhtml" > <head> <link rel="stylesheet" type="text/css" href="skins/bpath/ style.css" media="screen" /> <script src="js/prototype.js" type="text/javascript"></script> <script src="js/navigation.js" type="text/javascript"></script> <script src="js/widgetSupport1.0.js" type="text/javascript"></ script> </head> <body onload="nextpanel();"> <div id="wrap"> <div id="top" style="top:0px;"> </div> <div id="content"> </div> <div id="footer"> <p style="font-size:larger;"> <a id="backbtn" href="javascript:backpanel();">Back </a> <a id="continuebtn" href="javascript:doValidation();">Continue </a> </p> <p> </p> </div> </div> </body> </html> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
kangax
2008-Feb-21 21:05 UTC
Re: prototype.js hangs page load when included in an HTML page
What''s in navigation/widgetSupport1.0 files? On Feb 21, 2:09 pm, Dave <dmat...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> <html xmlns="http://www.w3.org/1999/xhtml" > > <head> > <link rel="stylesheet" type="text/css" href="skins/bpath/ > style.css" media="screen" /> > <script src="js/prototype.js" type="text/javascript"></script> > <script src="js/navigation.js" type="text/javascript"></script> > <script src="js/widgetSupport1.0.js" type="text/javascript"></ > script> > </head> > > <body onload="nextpanel();"> > <div id="wrap"> > <div id="top" style="top:0px;"> > </div> > <div id="content"> > > </div> > <div id="footer"> > <p style="font-size:larger;"> > <a id="backbtn" href="javascript:backpanel();">Back </a> > > <a id="continuebtn" href="javascript:doValidation();">Continue </a> > </p> > <p> </p> > </div> > </div> > </body> > </html>--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
They are my own.. I should have cleaned up the source some more to exhibit... If I only include prototype.js - I experience the problem, including/excluding my scripts doesn''t appear to have an impact. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Richard Quadling
2008-Feb-22 11:48 UTC
Re: prototype.js hangs page load when included in an HTML page
Browser/OS? Can you supply a URL? On 22/02/2008, Dave <dmattie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > They are my own.. I should have cleaned up the source some more to > exhibit... If I only include prototype.js - I experience the problem, > including/excluding my scripts doesn''t appear to have an impact. > > > > >-- ----- Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "Standing on the shoulders of some very clever giants!" --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
IE 7.0.x, WinXP I can''t replicate in Firefox or Safari It doesn''t happen all the time either - maybe 1 in 20 hits... sorry I should have mentioned that. Sorry - I can''t supply a URL - it''s internal. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Reasonably Related Threads
- Autocompletion not working in Konqueror
- Hot swapping sata drives
- qemu-xen-traditional: NOCACHE or CACHE_WB to open disk images for IDE
- Rails 2 doesn't include builder.js, scriptaculous.js, slider.js, and sound.js. Should I add them?
- Slide Show (S9) v1.1 Update - More Template Packs (Deck.js, Impress.js, CSSS, Slidy2, etc.)