Morgoth
08-15-2002, 04:17 PM
If you make a brand new site, and had a submit button somewhere inside. You can see that the button is auto selected.
(Selected: The button stands out a bit more then the others)
You can see this in the example.
Example:
<html>
<br>
<input type="button" value="Test1">
<br>
<input type="button" value="Test2">
<br>
<input type="button" value="Test3">
<br>
<input type="button" value="Test4">
<br>
<input type="submit" value="Test5">
<br>
</html>
Now, my question is:
Is there away I can make the submit button, nor any other button on my site, automatically be selected when the site is loaded?
Is there a tag I am missing inside of the submit button that I could add, or maybe a hidden button that will take it's place and wont mess up the tables or design of my site and not be visable?
I really need this, and I can't think of anything.
Thank you very much.
(Selected: The button stands out a bit more then the others)
You can see this in the example.
Example:
<html>
<br>
<input type="button" value="Test1">
<br>
<input type="button" value="Test2">
<br>
<input type="button" value="Test3">
<br>
<input type="button" value="Test4">
<br>
<input type="submit" value="Test5">
<br>
</html>
Now, my question is:
Is there away I can make the submit button, nor any other button on my site, automatically be selected when the site is loaded?
Is there a tag I am missing inside of the submit button that I could add, or maybe a hidden button that will take it's place and wont mess up the tables or design of my site and not be visable?
I really need this, and I can't think of anything.
Thank you very much.