Recently, Mark Brownell wrote: > I'll bet I can pass all kinds of stuff inside the URL and parse it up > for my own custom needs. I'll test for white space or empty space in > the URL first just to see if it will break it. Otherwise I can use a > delimiter to pass unbroken strings of chars. This is a cool feature.
Keep in mind, if you ever have a problem with spaces or other "special" characters in a URL, you can use the urlEncode/Decode functions to make the problem characters more serer-friendly. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design Email: [EMAIL PROTECTED] Web: www.tactilemedia.com _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
