Re: Javascript remoting with cfcs

2004-03-17 Thread Rob
On Wed, 2004-03-17 at 15:27, Nathan Strutz wrote: > That's great, but man do you have a lot of time on your hands... I guess - took about 2 days to do the whole thing (would've taken longer if Dave didnt hook me up with the soap SOAPAction value ) > It's a > cool toy for sure though, although I

Re: Javascript remoting with cfcs

2004-03-17 Thread Nathan Strutz
Rob, That's great, but man do you have a lot of time on your hands... It's a cool toy for sure though, although I can't think of a use for it. How browser compatabile is the _javascript_? like will it run on IE5~ish browsers? > The things we do when we are unemployed tell me about it. i did t

Re: Javascript select code?

2004-03-15 Thread Charlie Griefer
while I second the Pengoworks recommendation by Mr. Tangorre, i've got the following that should work: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Untitled
  function moveOption(eFrom,eTo) {
   var moveFrom = document.forms[0].elements[eFrom];
   var moveTo  

RE: Javascript select code?

2004-03-15 Thread Tangorre, Michael
qForms.  www.pengoworks.com It is one of the most comprehensive JS libraries out there and works in all the browsers (last I knew). Look at the "container" examples. Dan makes it very easy to accomplish what you are trying to do. Mike > I've got two multiple selects that I'm using for a mass m

Re: JavaScript: Retrieving Remote HTML

2004-03-12 Thread Nikhil Madani
Cool folks...thanks a lotI'm going to getting working on all these ideas. Once again, thanks for your inputs [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: JavaScript: Retrieving Remote HTML

2004-03-12 Thread Peter Tilbrook
Is it just me or are a few parts of the MM site down (JRun Updater/Developers Home...) -- Peter Tilbrook ColdFusion Applications Developer ColdGen Internet Solutions Manager, ACT and Region ColdFusion Users Group - http://www.actcfug.com 4/73 Tharwa Road Queanbeyan, NSW, 2620 AUSTRALIA Teleph

RE: JavaScript: Retrieving Remote HTML

2004-03-12 Thread Shawn Grover
So, besides the XML approach (which sounds VERY interesting), there are two methods suggested.  I've done both myself, and personally prefer the IFrames. The first method would be something like so: