tags:

views:

91

answers:

2

" ONCLICK="javascript:submit();" CLASS="link_btnPrimary">Enroll

When the enroll button is clicked on the page, it navigates to the next page along with parameters as shown above visible on the address bar and the status bar.

I wanted a solution to hide the parameters on the address bar and the status bar, and naigate to the next page too.

Please help me out.

+3  A: 

Make sure the <form>'s method attribute is set to "post":

<form method="post" ...
Crescent Fresh
+1, beat me to it by 28 seconds
karim79
@karim79: Great minds.... ;)
Crescent Fresh
the form method is post already.
@viswa: are you sure? Go check again.
Crescent Fresh
A: 

its POST already....so am i finding difficulty in hiding the parameters.

rohith
rohith, I liked it better when you were viswa.
Crescent Fresh