On Jan 13, 6:52 pm, ehickstech <[email protected]> wrote: > I have a select field in a form and one of the options has a number > sign, such as "100# Glossy Cover" > > I'm using Prototype to process an AJAX request and it's lopping off > the number sign and everything after it. > > Any ideas what to do about this? Thanks.
You haven't told us how you are sending the data, but if it's going in a GET, you almost certainly need to uri_encode the data somewhere. -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en.
