hoamon wrote:
>     no.setAttribute("onKeydown", 'Element.update("NO_CHECK", " <img
> src=http://mydomain/arrows.gif>");');

Instead of assigning a raw onkeydown attribute it's better to attach an
event. Look into prototype.js' docs, I bet it can do this in a
cross-browser fashion. Something like Event(no, 'keydown', function()
{...}) but I don't remeber exactly...

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to