
June 7th, 2010, 06:06 AM
|
Registered User
|
|
Join Date: Jun 2010
Posts: 1
Time spent in forums: 14 m 28 sec
Reputation Power: 0
|
|
Php switch between articles script
Hello lads,
Im making a webpage in php.
I need to make it browsable by arrowkeys.
As i can read it should be done with a javascript.
im thinking something like:
if (article 1){
keypress = up (article 0)
keypress = down (article 2)
}
and so forth.
So i check on what article im in, and what key that gets pressed there by send the browser to the corresponding article.
Can ya help me.
Thanks
/Lew
|