quick-reply code for netscape/mozilla

CTho9305

Elite Member
Jul 26, 2000
9,214
1
81
<script>
function handleEvent(e) {
if (e.altKey)
{
if (e.keyCode == 82)
alert("reply");
else if (e.keyCode == 76)
alert("logout");
else if (e.keyCode != 18) //don't pop alerts just for alt key
alert(e.keyCode);
}
}

document.onkeydown = handleEvent;
</script>

Maybe you can give us alt+r too.
 

CTho9305

Elite Member
Jul 26, 2000
9,214
1
81
You can't drag the window around like IE does, and I didn't consider docking it, because right now it's always "docked" when using Moz... but I'm lazy. My version probably doesn't work in IE... again because I'm lazy :)
 

Barnaby W. Füi

Elite Member
Aug 14, 2001
12,343
0
0
Which goes to show that the missing quick reply features in non-IE are likely due to browser apathy. :) (I'm assuming not ignorance, if you can create a whole freaking message board system, surely you can figure out how to make some javascript work)
 

CTho9305

Elite Member
Jul 26, 2000
9,214
1
81
Sweet... now you can drag the div around like in IE.

edit: AND, because mozilla isn't braindead, stuff doesn't show through it (like select boxes and ads at the top)
 

larciel

Diamond Member
May 23, 2001
4,590
8
81
hmm.. i don't see quick reply in IE, i see it in opera tho..

how do i enable it in IE?
 

Kyteland

Diamond Member
Dec 30, 2002
5,747
1
81
If you look at the top left there is a row of icons. One is a red, U-shaped arrow. That turns on quick reply.
 

Sunner

Elite Member
Oct 9, 1999
11,641
0
76
Would be nice, how about it Zuni?

RagingBITCH
For one thing, not everyone in the world uses Windows you know.
And when I do, I don't wanna torture myself with IE in any case.
 

dawks

Diamond Member
Oct 9, 1999
5,071
2
81
What am I missing here.. Im using firebird to type this post in the Quick Reply at the bottom of this thread right now.. without any additions.. it also works fine in IE, and Opera 7..
 

Jason Clark

Diamond Member
Oct 9, 1999
5,497
1
0
If it's in the suggestion box then it'll be looked at in due course... we're pretty busy guys with more important stuff i.e new versions.