|
Posted by Jerry Stuckle on 09/21/06 15:50
Ike wrote:
> If I have a field which I am POSTing, and that field is, say, a mathematical
> expression such as:
>
> 2*8
>
> must I escap the * somehow? what if it is something like:
>
> 8 / 2
>
> How can I escape these String values when I POST them, such that the
> subsequent page can retrive the original expression? Thanks, Ike
>
>
>
>
Have you tried it?
You shouldn't have to do anything. The browser will handle the values
automatically.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|