![]() |
| | #1 | |||||||
| Movable Type Integration Join Date: Feb 2007
Posts: 264
![]() | Prototype and Scriptaculous Compressed Quote:
__________________ You're friendly neighborhood automation routine. Last edited by MT Integration : 08-16-2007 at 02:50 AM. Reason: Update to original article | |||||||
| | |
| | #3 | ||
| | Thanks a lot ! I searched for a complete compression of prototype.js using Dean Edward's packer ! You made a useful work for many guys ! My URL: http://www.wikeo.be | ||
| |
| | #4 | ||
| | I ran into a problem with it as well. Here is the error : illegal character proto_150rc1_sc_1... (line 24) My URL: http://www.calendee.com | ||
| |
| | #5 | ||
| | I tried it again with separate prototype and scriptaculous files. Here's what I got this time : illegal character proto_150rc1_comp... (line 5) and illegal character sc_165_compressed... (line 22) My URL: http://www.calendee.com | ||
| |
| | #8 | ||
| | You are my hero! Thank you so much for providing this. My URL: http://www.codylindley.com | ||
| |
| | #9 | ||
| | I can't seem to get this to work. I'm using Internet Explorer 6 on Windows XP. I've tried using all versions of this but the scripts just don't seem to work? Any suggestions? Thanks in advance. My URL: http://www.pragmaticprose.com | ||
| |
| | #10 | ||
| | I found the problem. The charset needed to be set to "ISO-8859-1" on the script tag and then everything worked fine. Example: Code: <script type="text/javascript" src="javascript/proto_150rc1_sc_165_compressed.js" charset="ISO-8859-1"></script> My URL: http://www.pragmaticprose.com | ||
| |