+ Reply to Thread
Results 1 to 5 of 5
-
05-25-04 11:57 PM #1
Setfocus on the title box, or the message box
Jim,
Simple suggestion here. You know i'm a web page developer. I'm always thinking about how to make things quicker and easier.
Could you set the focus, when someone hits "reply", "quote", "edit", and "new thread" to either the title box, or the message box?
i'd suggest the message box for the first three functions, and the title box for the last one
-- Brian
function window.onload() {
vbform.subject.focus();
vbform.message.focus();
}
p.s. couldn't you put those style sheets in a .css file, and save some bandwidth?
Sorry, but i'm neurotic about this stuff!!
-
05-26-04 11:33 PM #2
I guess we could do the same kinda thing for the PM window too. Figure out what the right control is to set the focus on, and do it in the window.onload..
-
06-03-04 07:13 PM #3
How's that?

The new/reply PM templates weren't where I thought they'd be, so that's still the old way.
-jim"The only thing I know about baseball is that whatever the manager does is wrong" - Moe
-
06-03-04 11:26 PM #4
B-E-A-Utiful
Thanks!
"If your hand touches metal, I swear by my pretty floral bonnet, I will end you."
-
06-13-04 04:10 PM #5
Re: Setfocus on the title box, or the message box
Finally got around to doing thatOriginally posted by Bozidar
couldn't you put those style sheets in a .css file, and save some bandwidth?
. I also hard coded the ads instead of pulling them from the database server - too much unneccesary strain. Makes the pages load faster too.
"The only thing I know about baseball is that whatever the manager does is wrong" - Moe
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)


Reply With Quote