search for: prototype1.4

Displaying 3 results from an estimated 3 matches for "prototype1.4".

2005 Dec 20
9
Performance issues with Prototype
Hi I''ve tried to use Prototype as a base for few large intranet applications I''m working on. Unfortunately I encountered some serious performance problems when working with Internet Explorer. It''s really sluggish when it comes to DOM operations and Prototype could really benefit from some small optimizations. I created a testase to show a difference between my optimized
2007 Mar 13
3
showResponse() Callback not being called in Firefox
Hello All --- I am using the AJAX Object to send form data to a PHP page. In IE, I am able to get a call back thru the showResponse(); However, in Firefox, the callback never gets executed. Here is my code: function showResponse() { alert(''Thank You. Your information has been sent''); } function processForm() { var url = "sendEmail.php"; var name =
2006 Jun 30
0
sync reads or big files problem
Hello, friends! I vahe a problem using prototype1.4 in IE6. I am trying to create bandwidth speed test tool. The idea is to download one by one X times (i.e. 10) one and the same ASCII-file with size = 1MB. I would like to measure time and speed of each run, to display the intermediate results after aech run and finally after all X rund display total results as average of all runs. But when I