The form
element on my page created with ASP.NET looks as such (if I do "View page source" from a web browser):
< form method="post"
action="Page.aspx?lang=en-US&pp=10&bi=10"
id="ctl01" enctype="multipart/form-data">
How do I access that form element? I need to remove &pp=10&bi=10
part from the action
element?