Multiple command buttons

Hi

is there anyway of having multiple commands without displaying any information in the URL i want a command button to login (which goes to a login page) and one command to search existing members (but update the current page).

Thanks for any help
James

you can add a simple html button :

<input type=“button” name=“Submit2” value=“Login” onclick=" location.assign( ‘login.htm’ );" />

What is the purpose of not changing the URL?

I’m trying to minimize secuirty risks but not going thought the URL for the login button the search button i wanted to do it on page as it finds members id etc.

There is no secuirty risks in the URL.

Sounds like the OP is requesting AJAX functionality to me. No?

OP is requesting minimization of security risks. As he’s merely said.
And AJAX has nothing to do with security