Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

query string error with spaces

Status
Not open for further replies.

pinkpanther

Programmer
Joined
Aug 8, 2001
Messages
2
Location
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top