> 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] ------------------------------------
