Displaying 11 results from an estimated 11 matches for "kevinold".
2006 Jun 15
2
Set global var in onComplete and keep persistant? Is this possible?
Hello everyone,
I posted yesterday about setting a global variable. I''ve done
everything I can think of to keep the global variable set outside of
the onComplete.
Is this impossible? Surely I''m not the only one who needs this.
Thanks for any help,
Kevin
--
Kevin Old
kevinold-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2006 Feb 09
5
Ajax.Updater not populating element - please help
...<select name="model" id="model">
</select>
<select name="year" id="year">
</select>
</td>
</tr>
</table>
</form>
<br />
Any help is greatly appreciated!
Kevin
--
Kevin Old
kevinold-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2006 Jun 14
2
Global variables and onComplete in Ajax.Request
...39;get'',
onComplete: setMakeVars
});
function setMakeVars (transport) {
var json = eval(transport.responseText);
gljson = json;
}
alert(gljson); // is undefined
Has anyone else run into this? Any ideas what I can do to fix it?
Thanks for any help,
Kevin
--
Kevin Old
kevinold-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2006 Feb 07
1
Help needed with conflicting EventObserver
...ument.getElementById(''year''); year.disabled = false;} } )
} );
//-->
</script>
<!-- End HTML::Prototype code for selects -->
<br />
I''m using Prototype 1.4.0 final, if it helps.
Thanks for any help!!!
Kevin
--
Kevin Old
kevinold-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2006 Feb 08
29
Autocomplete and Firefox
Having problems with the autocomplete on my linux box and firefox.
When I use form tags it breaks, without form tags everything works fine.
Exact copy of the example provided, but I added form tags.. The initial
search and select works but then the box sort of "locks up" and I can''t
change it at all, If I do try to type something nothing changes but a
second later the whole
2006 Feb 13
1
Not able to see length in another function
...+ model.options.length);
//length is zero
for (var i=0, len=model.options.length; i<len; ++i) {
if (model.options[i].value == smodel) {
model.selectedIndex = i;
}
}
}
Any ideas what could be causing this?
Thanks for any help,
Kevin
--
Kevin Old
kevinold-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2006 Jun 28
2
Event.observe for href
...ipt type="text/javascript" charset="utf-8">
Event.observe(''NOT-SURE-WHAT-TO-PUT-HERE'', ''click'', function () {
Element.toggle($(''othercontent'')); }, false );
</script>
Thanks for any help,
Kevin
--
Kevin Old
kevinold-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2006 Apr 17
0
IE help for Rating system
...he ratings via Ajax.
I have a working version here (ajax is disabled though):
http://kold.homelinux.com/rating_new/rating.html
Problem is, the green stars don''t "stick" like they do in Firefox.
Can anyone help me with this?
Any help is greatly appreciated!
Kevin
--
Kevin Old
kevinold-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2005 Sep 19
0
AJAX update_method support
...type with Perl and wondered if there
were any other users having a problem where they get an error with
Ajax.Updater when in IE. There''s no real error, but the MS JS
debugger has a problem with line 6 of updateContent in prototype.js.
Any help is greatly appreciated!
Kevin
--
Kevin Old
kevinold@gmail.com
2006 Jan 27
1
Execute script tag loaded from Ajax.Updater call
...I get Ajax.Updater to load this? I''m
not sure if onComplete will work and I''m not sure that I can count on
the function names in this_javascript.js.
How could I go about getting this code to run once it''s been fetched
by Ajax.Updater?
Thanks for any help,
--
Kevin Old
kevinold-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2005 Sep 13
2
Error indexing mbox file (LF error)
...re if protocol makes a difference, but we are using POP3 only.
Any ideas what I can do to fix/prevent/correct this either
programatically or with a patch of some sort?
Is this actively being worked on?
I'm running FC4 with dovecot-0.99.14-4.fc4.
Any help is appreciated!
Kevin
--
Kevin Old
kevinold at gmail.com