Jump to content

Need some help with submit buttons - catbutton?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
5 replies to this topic

#1
Panarchy

Panarchy

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 258 posts
Hello

<table width="100%" border="0" cellspacing="0" cellpadding="2">
<td><input type="submit" value="Go" class="catbutton" />
</td>
</tr>
</table>

What I need to be able to do is make it so that you can navigate to this submit button by pressing the tab button.

How do I do this?

Please reply, ASAP.

Thanks in advance,

Panarchy

PS: Sorry for my n00bish qualities!!!

#2
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
<input type="submit" value="Go" class="catbutton" tabindex="1" />
makes the browser focus on this button at once

Edited by Jaan, 30 November 2008 - 04:42 AM.
Please use code tags when you're posting your codes!


#3
Panarchy

Panarchy

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 258 posts
Thanks

This is my 100th Post



WOOT

Posted Image

Panarchy

#4
tecktalk

tecktalk

    Programmer

  • Members
  • PipPipPipPip
  • 175 posts
wow.. i think Orjan you could help me too dear.. I am having a problem in my webpage that first time I click on any link it works according described but when next time i click any link it does not works and keep remained on the same page can anyone tell mee??
my website is funinlyf.com.. please if you can check it.. :(

_______________________
custom awards murad

#5
Guest_Jaan_*

Guest_Jaan_*
  • Guests
Well.. All your pages will go to videos.htm or something.. and umm on video.htm page don't have links created..
<a href="#" class="home">Home</a> <a href="#" class="about">About</a> <a href="#" class="search">Search</a>

Change # to the address you need and it's done..

#6
tecktalk

tecktalk

    Programmer

  • Members
  • PipPipPipPip
  • 175 posts
Thanks Jaan.. I really forgotten this small thing.. I just cant't understand how did it left.. anyways... I more problem even after doing that.. placed the link to my homepage.. But the problem was that when I wanted to return to any page through links it remained on the same page and did not returned to the page requested.. for exp:
I clicked on the forum button and it moved to the page but when i clicked the home button after that it remained on the same page instead not going to the home page even if the link is there.. what is the prob?? please let me know..