Link to home
Start Free TrialLog in
Avatar of huzefaq
huzefaq

asked on

how to get rid of user=&password=&Submit=Login from a link

I have a form in which i have a submit button
I have made the button a link(a href) so that it goes to the following page

http://chapters-beta.ccim.com/chapters/chapter_admin/alabama?action=show_home

it works fine in mozila but in IE it goes to this page

http://chapters-beta.ccim.com/chapters/alabama?user=&password=&Submit=Login

Please if anyone know why it is doing that,  also the form action is ""

Thanks
Avatar of Siva Prasanna Kumar
Siva Prasanna Kumar
Flag of India image

Try putting method="post" in the form attributes like this. see if it works
<form method="post" action="" >

Avatar of huzefaq
huzefaq

ASKER

It is already like this but still doesn't work in IE
I don't understand where does it get this user=&password=&Submit=Login

Thanks
Can you please show your form code.
Are you using Javascript for submitting the form?
put your code here & we should be able to help you out
ASKER CERTIFIED SOLUTION
Avatar of Joe
Joe
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial