JavaScript

Moderators: None (Apply to moderate this forum)
Number of threads: 2058
Number of posts: 5158

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Hyperlink Focus Posted by mattstapp on 21 Jun 2006 at 8:12 AM
I have a table that has a hyperlink in a cell. How do I set focus to that hyperlink so that when the user hits the enter key the selected event is fired?
Report
Re: Hyperlink Focus Posted by NCS_One on 21 Jun 2006 at 11:31 AM
: I have a table that has a hyperlink in a cell. How do I set focus to that hyperlink so that when the user hits the enter key the selected event is fired?
:

Hi

<html>
<head>
<title>Teste1</title>
<script language="JavaScript">
function HandleClick()
{
Link1.focus();
}
</script>
</head>
<body>
<input type="button" value="Click!" onclick="HandleClick();" />
<a id="Link1" href="http://www.programmersheaven.com/">ProgrammersHeaven</a>
</body>
</html>


Hope it helps.



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.