similar to: Event.observe problem

Displaying 20 results from an estimated 200 matches similar to: "Event.observe problem"

2006 Mar 22
2
problem with Ajax.Updater evalscript and firefox
Hello there people, im having a problem with the Ajax.Updater evalscripts, i fill and div with a form that i get with the Ajax.Updater, that form had a javascript validation, i put evalScripts true but when i get the form i had an unexpected close in the firefox, i had a long time looking the answer but nothing yet, somebody with the same problem? or the answer? greets -- // // Ing. Francisco
2006 Mar 03
3
xml handling
Hello there, im having a problem with the xml handling, i want to get and xml node and put things in an input text but im a little lost, im using this code, but isn''t work, what am i doing wrong? --------------------- <a href="#" onclick="getXML()">Get XML</a> <input type="text" value="nothing here" id="respuesta" />
2006 Apr 06
4
problem with IE
hello there, im having a little problem with Internet Exploiter, im doing this: //// CODE //// var m = $(''XYZ'').cloneNode(false) m.setAttribute(''id'', ''XYZ_2''); m.value = ''''; var onblur = "alert(''hola'');"; m.setAttribute(''onblur'', onblur);
2006 Jan 11
3
divider id of container
Hi there, i need to drag an draggable element to an child div node inside an another div container, but i create the child node dynamicly with ids like '' div_ + i '' where ''i'' is a incremental variable, thats the problem because i need get the id of this child nodes to manipulate it, somebody knows how if i drag the element to that child node i can get the id of
2006 Feb 16
2
javascript node with Ajax.Updater
Hi there, im having a problem with the Ajax.Updater, im using the Ajax.Updater to get an divider, inside the div i have a javascript node that i use to do javascript stuff, the problem is when i get the divider i get whole the html but not the javascript node, thats a bug? *anybody know what''s happening?* -- // // Ing. Francisco J. Calderón S. //
2005 Dec 28
1
Problem with IE
Hi there, let me introduce myself, i am a web developer from venezuela, my english is not the best, sorry by that... i am developing a form builder, is simple, just dragging form elements to a droppable container, all works well but im showing to my friends and... surprise!!! doesn''t work in Internet Exploiter, i am a linux user with firefox, im looking in internet how fix it but i dont
2006 Apr 27
0
radio buttons and $F function
Hello there, i working with prototype but i have a little doubt, I''ll always use the shortcut $F to get values in a form, that''s ok, but what happens if i need get the value of one of three radio buttons value? normally i get the radio button value with document.formName.radioName but the shortcuts on prototype works with the id, there is a prototype way to do this?? greets --
2005 Dec 19
0
sortables with revert
Hi all, im starting to use ajax and i need to do two lists of dividers (A and B), one of the containers have the source (A) and the other the receiver container (B), what i need is drag objets from the A to B but what i need when i drag an A.1 object to B, i fill the B container but the A.1 object stay in his A container, if i need put more A.1 objects in B i can do cause the A.1 object stay in
2006 Mar 16
20
help with each
can you please tell me why this is not working? i got the example for how to use each online and copied it to a t (except i added the if). its telling me items.each does not exist. var items = document.getElementsByClassName(''editView''); if (items.length > 0){ items.each(function (result){ thisid = result.id; thiskey = thisid.replace(/se_item_/gi, '''');
2006 May 26
25
migration to rails
Hi, I''m a PHP developer and I''m think about migration to rails... my big problem is about printing web Reports, well I could not found a good thing to help me with this... Does Ror or some other ruby project have some thing to help about make/print database reports? tks
2003 Jun 20
7
RE: HOW TO COMBINE 2 DSL LINES IN THE SAME COMPUTER
J, What i meant is...like in Linux you make use of the two external connections and collate them as mentioned in the document. Can you try keeping the Linux box in front of the two windowze boxen and collate the two LAN connections coming from them as mentioned in the HOWTO???. Trevor On Sat, 2003-06-21 at 01:28, Tesla 13 wrote: > Hello Trevor, > > Windows computer with DSL line
2013 Jan 22
5
Centos 6.3 - which repos to use?
I've just installed v6.3 as a desktop (from Centos-6.3-i386-LiveCD.iso) and to get the hang of the Centos approach and then hope to move on to a server. I've been using linux *buntu for 5 years. Hope i don't sound like a nit but i've got a little confused with the repos. Hoping someone would be kind enough just to clarify. This installation is for stability whilst installing the
1998 Nov 12
0
Samba lock up under Solaris 2.5.1
On our most heavilly loaded Samba server (running 1.9.18p10 under Solaris 2.5.1) we have got occaisional meltdowns with load average rocketing to 100+. The evidence indicates lots of smbd processes running. Syslogs indicate lots of: Nov 12 12:48:35 zeus.brunel.ac.uk smbd[21572]: Failed to set socket option SO_KE EPALIVE Nov 12 12:48:35 zeus.brunel.ac.uk smbd[21572]: Failed to set socket
2009 Sep 04
12
Changing cursor while waiting for remote function response?
Hello, Google and the search function didn''t help me this time. Is it possible to change the mouse cursor while waiting for a response of a remote function call? -- Posted via http://www.ruby-forum.com/.
2003 Oct 21
4
select text using only the keyboard
I am using R 1.6.1 on Windows. I usually write/edit code in the R console, and when I get it working right, copy and paste it to a text file for later use. In Splus for Windows, this could be done easily using just the keyboard, with up-arrow, shift-end or shift-home, ctrl-c, etc. But in R, the shift key doesn't select text. The only way I can select text in R is with the mouse. Does
2009 Jul 24
5
padawan seeks advice from jedi masters to create toggle box via ajax/rjs before slitting wrists with ruby powered light-saber.
I AM TRYING TO MAKE A DAMN TOGGLE BOX, BUT USING MY OWN GRAPHIC AND HAVING THE MOUSECLICK TRIGGER BOTH SWITCHING THE GRAPHIC (via AJAX) AND SAVING THE STATE IN THE DATABASE. I GOT IT ALL WORKING WITH NORMAL HTML GET CALLS TO THE SERVER, BUT I NEED IT TO BE AJAXIFIED SO THAT THE PAGE DOESN''T RELOAD. AND TO COMPLICATE MATTERS, IT HAS TO WORK IN A TABLE WITH AN ARBITRARY NUMBER OF ENTRIES,
2002 Dec 06
2
kazaa lite does not download files !
Hello, i am not able to download files with kazaa lite. I have a 400 mhz AMD with one patition for windows win98 Fat16, browser is Internet Explorer 5, and other 4 for linux debian 3.0 kernel 2.2.19. I installed wine 0.0.20020411-1 and kazaa lite 2.0. I mount my original windows partition to /home/user/.wine/fake_windows. I start kazaa with: wine --dll
2002 Nov 09
2
importing data from Excel using RODBC
Hi, I used RODBC to import data from an Excel spreadsheet "*.xls", but some columns were returned as zeros. When I looked at these columns in Excel, I found that thery are results of formula calculations and not entry. My question is: Is there any parameter or command I need to use in order to overcome this problem? Thank you Ahmad Abu Hammour
2006 Nov 04
0
Prototype observe issues
I have tried a couple of different ways to do the following (using unobtrusive javascript) as well as straight javascript. So far the only way that I have been able to get it to work is through straight javascript but still is not working the way that I would hope. Basically I have the following in my application.js var Myapp = { myObserver: function(event) { // links to adding a new
2006 Apr 28
0
Minimum needed to observe a model
I have a model called Post and a observer called PostObserver. I also have in environment.rb file the line: config.active_record.observers = :post_observer I read that observers default to the model with the same name, but the model class isn''t being observed. Observe works if I put in the ForumController: observer :post_observer But this doesn''t seem right. Jose --