What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » New Greasemonkey forums script

New Greasemonkey forums script
Author: Message:
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: New Greasemonkey forums script
to add the enter support its simple.
13 is the keycode for enter.
to add the enter to submit the form its quite simple to do just make this little modification to ash's script.
inside ash's script we would add something like this on about line 35.
code:

document.forms.namedItem('gmsearch').addEventListener('keypress',function(e){if(e.keyCode==13){test();}},false);


This post was edited on 10-15-2005 at 02:04 PM by -dt-.
[Image: dt2.0v2.png]      Happy Birthday, WDZ
10-15-2005 02:03 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
New Greasemonkey forums script - by Ash_ on 10-12-2005 at 11:23 AM
RE: New Greasemonkey forums script - by -dt- on 10-12-2005 at 12:01 PM
RE: New Greasemonkey forums script - by John Anderton on 10-12-2005 at 12:24 PM
RE: New Greasemonkey forums script - by Ash_ on 10-12-2005 at 12:37 PM
RE: New Greasemonkey forums script - by John Anderton on 10-15-2005 at 12:23 PM
RE: New Greasemonkey forums script - by -dt- on 10-15-2005 at 02:03 PM
RE: New Greasemonkey forums script - by John Anderton on 10-15-2005 at 06:03 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On