How do u supress the parameters from the displaying in the url?

Answer Posted / abhijeet chalke

Using POST method

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I avoid validating a form before data is entered?

728


What is a policy?

2009


why static class in java

1474


What is the highest-level event class of the event-delegation model?

813


Why use POJO when I can use hashmap

2270


What is the difference between long.class and long.type?

768


What do you mean by Socket Programming?

772


If your ui seems to freeze periodically, what might be a likely reason?

771


Where can I find seam examples and documentation?

805


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1593


What is the immediate superclass of the applet class?

827


Which containers use a border layout as their default layout?

833


What method is invoked to cause an object to begin executing as a separate thread?

771


What are the steps to write p-to-p model application?

2165


Can I use multiple html form elements with the same name?

807