search for: rbsmarket

Displaying 20 results from an estimated 23 matches for "rbsmarket".

Did you mean: rbsmarkets
2006 Apr 26
3
DOM events not firing in IE6 with floated divs
...ge and any attachments will not adversely affect its systems or data. No responsibility is accepted by The Royal Bank of Scotland plc in this regard and the recipient should carry out such virus and other checks as it considers appropriate. Visit our websites at: http://www.rbos.com http://www.rbsmarkets.com *********************************************************************************** _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 Apr 28
3
Serialize / deserialize an associative array
...ge and any attachments will not adversely affect its systems or data. No responsibility is accepted by The Royal Bank of Scotland plc in this regard and the recipient should carry out such virus and other checks as it considers appropriate. Visit our websites at: http://www.rbos.com http://www.rbsmarkets.com ***********************************************************************************
2006 Apr 10
4
Element.getDimensions() support for IE?
Hey all, I''m not sure if IE can support this, but I''m trying to get the dimensions of an element that has percentages for height/width. In the example code below, I''m trying to get the dimensions for the ''MyCell'' element. Firefox supports Element.getDimensions(''MyCell''), but IE returns 0 for the height & width returned by that
2005 Sep 22
5
Prototype lib : for-each loops and DontEnum
...Visit our websites at: http://www.rbs.co.uk/CBFM http://www.rbsmarkets.com ********************************************************************************
2002 May 02
0
Rconfig.h file
...? What is its function? Many thanks in advance for your help, Natasha Natasha Kozul Pricing Unit Financial Markets Royal Bank of Scotland tel: 020 7648 3513 fax: 020 7334 1770 ******************************************************************** Visit our Internet site at http://www.rbsmarkets.com This e-mail is intended only for the addressee named above. As this e-mail may contain confidential or privileged information, if you are not the named addressee, you are not authorised to retain, read, copy or disseminate this message or any part of it. **************************************...
2006 Mar 13
0
RE: Autocompleter that auto scrolls through resu lts..
...ge and any attachments will not adversely affect its systems or data. No responsibility is accepted by The Royal Bank of Scotland plc in this regard and the recipient should carry out such virus and other checks as it considers appropriate. Visit our websites at: http://www.rbos.com http://www.rbsmarkets.com ********************************************************************************
2005 Aug 26
0
Reset element state
...Visit our websites at: http://www.rbs.co.uk/CBFM http://www.rbsmarkets.com ********************************************************************************
2006 Apr 26
12
RE: how to use Effect.BlindUp for resizing a div
var height = someElementReference.offsetHeight; and to set it: someElementReference.style.height = "100"; It is worth saying that offsetHeight and offsetWidth are non-standard compliance. They will give you the total rendering height and this will cause problems in IE since they use a different box model than FireFox. So you will have to do some height juggling in IE if you are using
2005 Sep 18
3
Attaching effects during onload
I''m trying to attach effects to elements in my onload handler and my lack of Javascript-fu is showing... I want to call the effect from the onclick handler of an anchor inside the div I want the effect to apply to. Here''s what I''m trying to do: function doOnLoad() { var filters = document.getElementsByName(''filter''); for
2005 Oct 19
1
Help needed with filtering rules - how to copy named director ies only
...Visit our websites at: http://www.rbs.co.uk/CBFM http://www.rbsmarkets.com ********************************************************************************
2005 Oct 18
1
Help needed with filtering rules - how to copy named directories only
...Visit our websites at: http://www.rbs.co.uk/CBFM http://www.rbsmarkets.com ********************************************************************************
2006 Apr 26
0
RE: DOM events not firing in IE6 with floated di vs
...> > responsibility is accepted by The Royal Bank of Scotland > plc in this > > > regard and the recipient should carry out such virus and other > > > checks as it considers appropriate. Visit our websites at: > > > http://www.rbos.com > > > http://www.rbsmarkets.com > > > > ************************************************************** > ********************* > > > > > > > > > _______________________________________________ > > > Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5...
2005 Aug 31
4
Element.show - element.style.display=''''
...Visit our websites at: http://www.rbs.co.uk/CBFM http://www.rbsmarkets.com ********************************************************************************
2005 Sep 15
1
server push?
Has anyone done much work with server-side push and AJAX/J? (XML or JSON) As best I can tell, the ideal solution to this would be the multipart/x-mixed-replace MIME type. Mozilla''s XMLHttpRequest now has support for this, so this is on people''s minds, but how to make it work on the server end? You have to keep a connection open.....and a process on the server to go with it.
2006 Mar 13
3
Autocompleter that auto scrolls through results..
...ge and any attachments will not adversely affect its systems or data. No responsibility is accepted by The Royal Bank of Scotland plc in this regard and the recipient should carry out such virus and other checks as it considers appropriate. Visit our websites at: http://www.rbos.com http://www.rbsmarkets.com ********************************************************************************
2005 Oct 13
3
Tweaks of Array.prototype
Hi all, I encountered a big problem when trying to use Scriptaculous and Htmlarea in the same page. The Htmlarea code uses a lot of "for (var i in array_variable)" to iterate on array elements. Problem is that prototype.js augments Array.prototype, which then show up in the iteration, severely breaking htmlarea. The easy workaround is for sure to use "for (var i = 0; i <
2005 Aug 30
4
Java with Scriptaculous
I know that the prototype library was paired with Rails but I''m curious if anyone has used the ajax part (of the libraries) with java servlets? If so could you please point me to some examples or documentation. Cheers, Marty
2005 Oct 21
2
scriptaculous website - IE crashes
often when I "try to" visit the scriptaculous, it crashes IE - does anybody else experience this as well? _________________________________________________________________ FREE pop-up blocking with the new MSN Toolbar – get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
2005 Sep 30
5
Converting text into a javascript array
Hey Guys, I know this isn''t specific to scriptaculous libraries but it''s something that I''m exploring as I use the ajax functions in prototype. My application server is not rails but java and I was thinking of returning a javascript array in the ajax response. When I get back my response is it, of course, text and I''m not sure how best to convert it into
2006 Feb 16
3
Retrieve a property defined in a css
Hi all, I have a property, defined in an external stylesheet: .my_class { background-color: #FF0000; } I want to retrieve the value of this background-color of the class my_class. How can I do that with prototype/scriptaculous ? Thanks in advance, Nicolas Terray