Using Scriptaculous effects on my dev machine (WinXP pro + iis 5.1)
 everything works fine, but the same application on the web server (win
 2003 + iis6) I get strange javascript errors like this:

 syntax error
 builder.js (line 1)
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>

 syntax error
 dragdrop.js (line 1)
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>

 syntax error
 controls.js (line 1)
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>

 syntax error
 slider.js (line 1)
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>

 All I am doing is including the following includes

 <script type="text/javascript" src="../js/prototype.js"></script>
 <script type="text/javascript" src="../js/scriptaculous.js"></script>
 <script type="text/javascript" src="../js/combo.js"></script>

 Any ideas?


--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs
-~----------~----~----~----~------~----~------~--~---

Reply via email to