Element.Methods.getStyle = function(element, style) {
element = $(element);
style = (style == 'float' || style == 'cssFloat') ? 'styleFloat' : style.camelize();
var value = element.style[style];
if (!value && element.currentStyle) value = element.currentStyle[style];
if (style == 'opacity') {
if (value = (element.getStyle('filter') || '').match(/alpha\(opacity=(.*)\)/))
if (value[1]) return parseFloat(va/* Prototype JavaScript framework, version 1.6.0.3
* (c) 2005-2008 Sam Stephenson
*
* Prototype is freely distributable under the terms of an MIT-style license.
* For details, see the Prototype web site: http://www.prototypejs.org/
*
*--------------------------------------------------------------------------*/
var Prototype = {
Version: '1.6.0.3',
look at the note ,in fact it shouldn't be showed here .
and my whole prototype.js in my directory is ok..
First off, this is not a PHP question. This is a client-side question. Please choose the appropriate forum to post your question. Second, choose a descriptive, specific, yet concise thread title. When people are browsing the forums, all they see is your thread title. How are they supposed to know if they can help you if your thread title gives them no indication of what your problem is. Please update your thread title and make it more specific to your problem.
I have moved this thread to client side, as that is where you should have posted it.
EDIT: Also, please don't say things like "suck yourself in the nuts". Although I believe that was supposed to be "sock myself", it still is inappropriate. We like to keep the language family-friendly here. Thanks.
Well, about my pop quiz remark, linking to this is actually linking to your own computer: http://127.0.0.1
That is typically localhost. That means you are trying to provide a link for me to click on and it is not on the internet at all. It would only work if you sent the files to every person reading this thread...
I thought it might become obvious after I mentioned it, but I guess not. o.O