Thank you Sandy I'll have a look at String.replace
On Mar 10, 5: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] > ------------------------------------
