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!

equivalent of encodeURI/decodeURI 1

Status
Not open for further replies.

jemminger

Programmer
Joined
Jun 25, 2001
Messages
3,453
Location
US
hi all,

is there a JSP equivalent of javascript's encodeURI/decodeURI, such as
Code:
foo = "hello world?";

//  returns "hello%20world%3F";
foo = encodeURI(foo);

=========================================================
-jeff
try { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); }
 
excellent - thanks

i'm still pretty new to java & all its built-in packages

=========================================================
-jeff
try { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); }
 
No worries ... thats why we're here !

--------------------------------------------------
Free Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top