M
Michael Stumpo
I am playing around with form buttons and I have a form
button that I want to use to open a page.
The code I have works fine:
<form method="GET" action="licenses_select_r.asp">
<p><input type="submit" value="Software Licenses"
name="B1"></p></form>.
When the page loads the URL displays:
http://localhost/webname/admin/licenses_select_r.asp?
B1=Software+Licenses.
Why does the ?B1=Software+Licenses show up? All I would
prefer to display is the page name (licneses_select_r.asp
Is there some code I have to enter to get the URL more
clean.
-M
button that I want to use to open a page.
The code I have works fine:
<form method="GET" action="licenses_select_r.asp">
<p><input type="submit" value="Software Licenses"
name="B1"></p></form>.
When the page loads the URL displays:
http://localhost/webname/admin/licenses_select_r.asp?
B1=Software+Licenses.
Why does the ?B1=Software+Licenses show up? All I would
prefer to display is the page name (licneses_select_r.asp
Is there some code I have to enter to get the URL more
clean.
-M