<a href="/examples/test.jsp?name=hello world">  click </a>

As a rule, anchor tags should be URL encoded, so you might try 

<a href="/examples/test.jsp?name=hello+world">  click </a>

If you need to pass additional parameters later, you should also use
HTML character entities where appropriate.

<a href="/examples/test.jsp?name=hello+world&amp;time=morning">  click
</a>


-- Ted Husted, Husted dot Com, Fairport NY USA.
-- Custom Software ~ Technical Services.
-- Tel 716 425-0252; Fax 716 223-2506.
-- http://www.husted.com/


Reply via email to