| View previous topic :: View next topic |
| Author |
Message |
data
Joined: 10 Mar 2008 Posts: 2
|
Posted: Mon Mar 10, 2008 5:56 pm Post subject: key to open a link (possible?) |
|
|
hello,
im making a page with 3 links, and wanted to "associate" keys to those links, so when the site visitor press those keys he can open the respective links..
lets say key "1" (or"a" ) would open link1, key"2" (or "b") would open link2, etc
possible?
read something about accesskeys function, but is there any solution where we donīt have to use the "alt" (or other) key with the keys we choose?
thanks.
thanks. |
|
| Back to top |
|
 |
|
|
rangana 250+ Club

Joined: 27 Feb 2008 Posts: 439 Location: Cebu City Philippines
|
Posted: Tue Mar 11, 2008 2:19 am Post subject: Re: key to open a link (possible?) |
|
|
Hi data,
I don't get it (nothing new about it).
What do you mean about accesskeys??..how did you do it?..could you show us your codes?..
I suppose its not
| Code: |
<a href="link1.htm">a</a>
<a href="link2.htm">b</a>
<a href="link3.htm">c</a>
|
that you wanted to achieve?  |
|
| Back to top |
|
 |
flabbyrabbit 250+ Club

Joined: 25 Jan 2007 Posts: 494 Location: UK
|
Posted: Tue Mar 11, 2008 2:18 pm Post subject: Re: key to open a link (possible?) |
|
|
I get what you are asking for, but i've never done it or seen away to do it. If you can not find a solution that doesnt include the alt key then i doubt it is possible without it. Have you seen an example that is like what you want to achieve? Then we can have a look through the source code.
Flabby Rabbit |
|
| Back to top |
|
 |
data
Joined: 10 Mar 2008 Posts: 2
|
|
| Back to top |
|
 |
rangana 250+ Club

Joined: 27 Feb 2008 Posts: 439 Location: Cebu City Philippines
|
Posted: Wed Mar 12, 2008 5:39 am Post subject: Re: key to open a link (possible?) |
|
|
Good to figure it out...and thanks for posting the solution  |
|
| Back to top |
|
 |
|