ID:184055
 
On my webpage i want to add paramaters(?something=something) and i was wonder how i do that
What function do you want the parameters to have? You'll have to use a scripting language to somehow change the page to reflect the content of the parameters. Popular choices include JavaScript on the client side, or on the server side PHP (ASP, JSP, whateverSP), Ruby, Perl, etc.

Or do you mean something else entirely by "HTML Parameters"?
In response to PirateHead
jsp
In response to Upinflames
The correct forum for JSP questions is here. Good luck!