Thank you Guillermo I'll check the docs even if for older browser support I have to use moo 1.1
On Mar 10, 5:27 am, Guillermo Rauch <[email protected]> wrote: > Check out the URI component of the new MooTools > More<http://mootools.net/more_rc1> > > On Tue, Mar 10, 2009 at 2:24 AM, Sanford Whiteman < > > > > [email protected]> wrote: > > > > Is there a way under mootools 1.1 to only change the value of > > > file=... ? > > > Don't really need any Moo. Use basic JS parsing, i.e. String.replace. > > > There are some prefab URI parsing functions out there, too, so you can > > construct a URI object from your string and then do uriobject.file = > > ... > > > --Sandy > > > ------------------------------------ > > Sanford Whiteman, Chief Technologist > > Broadleaf Systems, a division of > > Cypress Integrated Systems, Inc. > > e-mail: [email protected] > > ------------------------------------ > > -- > Guillermo Rauchhttp://devthought.com
