Sam Laundon Posted April 13, 2006 Posted April 13, 2006 I have tabbed buttons that sit on a bar and when I use a form and a button for the user to navigate the database, the form makes the button lose it's position. I am thinking a link would make the design better. The form is: How would I translate the above in to a url link? Thanks in advance - Sam
andygaunt Posted April 14, 2006 Posted April 14, 2006 Sam, Your form in a link would look like Note the question mark. This is how you pass a variable through a url link. If you want to pass more use the ampersand (&) symbol followed by the variable name. Also note on your pref.php you will now be using the GET array as opposed to hte POST array from a form. HTH
Recommended Posts
This topic is 6867 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now