Limit the details displayed on Bowser "Address" li

A

Anonymous

Guest
When I display a web page with a menu and select some option ad pass value or parameter.

Say my web sote id http://www.myweb.com

I clciked on a option for which I need to pass some value say "5" here to the page I need to display.

The browser displays this information
as http://www.myweb.com/?pass=5 or something like this

How do I stop this ?
 
use the post-method to post you're form instead of the get-method?

Greetz Daan
 
Back
Top