Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Group info
Members: 4733
Language: English
Group categories: Not categorized
More group info »
Recent pages and files
prototype-js    

 I used prototype.js with ajax in my application.All things are going on rightway except that some code of this script displaying in IE browser,however there is no any problam in mozilla.


the code beIow is displaying if I open the page in IE :

 

collect: function(iterator) {

    var results = [];
    this.each(function(value,index) {
      results.push((iterator || Prototype.K)(value, index));
    });
    return results;
  },



Try to open this url in IE " http://www.polinginternet.com/users/getlogin/  " .See the footer portion of this page.How i can make it correct.


Version: 
1 message about this page
Nov 25 2007 by manozz
This script disables normal javascript events. If I want to change the
display, style, height or width of any other div's on page. The events
are not fired till i move my mouse on Prototype window. Has any one
got a waorkaround ?
Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google