pinkpanther
Programmer
When I try to pass a value to the next page using JavaScript I get an error if the value has any spaces or 's.
ex.
href newpage.htm?value="myvale"
this works but....
href newpage.htm?value="my value"
... give error.
Is there some type of encoding I need to do?
SOS
ex.
href newpage.htm?value="myvale"
this works but....
href newpage.htm?value="my value"
... give error.
Is there some type of encoding I need to do?
SOS