Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: Re: jsp and javascript - REPOST


Message #1 by "Liselotte Hjelmbjerg" <hjelmb@s...> on Mon, 11 Mar 2002 10:26:58
 Greetings all,
 
 I am using javascript to asign a value to a parameter:
 <a href ......... onClick="id=1">
 And now my problem is, that i want to acces this parameter in another
 jsp page, like this:

 <% String sql= "select...........where ID="+id; %>

Can anybody help me

Liselotte Hjelmbjerg

  Return to Index