Hi:
I want to pass a
string say "the blue fox" to a
jsp page by href.
i am using the code
<a href="abc.jsp?var=a blue fox">link</a>
but it is not working properly...ie. only "the" is being passed t the page.
Can anybody help please? this is urgent...
Also note that the href is directed to the same page from where it is called . ie., abc.jsp, so as to pass the variable in the same page and perform some task.Is it feasible?
Thanks in advance.