thanx all who replied for my quest...It worked

regards
deeps


> ----------
> From:         Ted Husted[SMTP:[EMAIL PROTECTED]]
> Reply To:     [EMAIL PROTECTED]
> Sent:         Monday, December 25, 2000 7:04 PM
> To:   Tomcat User List
> Subject:      Re: how to include querystring in JSP
> 
> <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