you should add a small piece of javascript that automatically places the cursur in either the subject or body boxes of the post topic and reply pages. if you don't want to figure out the code, i can give it to you since i use it on my website.
11/6/2001 10:44:05 PM
excellent idea. a click saved is. . . well, a click our lazy asses ain't gotta make!
11/6/2001 10:47:31 PM
exactly...i like to click reply and start typingi always end up typing a sentance before realizing that i'm not in the box yeti get used to it using google and my own website all the time....damy laziness
11/6/2001 10:52:41 PM
anyways, here's the code:<head><script> <!-- function setfocus() { document.ctrl1.body.focus(); } // --></script></head><body onload=setfocus()>insert other code where necessary.
11/6/2001 10:54:53 PM
yeah this has been a known problem since the upgrade. I've tried to figure out forever what the dealie was, and gave crazyj all the code (not that he needs it) but it didnt work for some reason...
11/6/2001 11:32:10 PM
hmmm... i don't have access to the body tag at page level, so i can't access the onLoad event for the page. the body tag is in a template that would be a bitch to change more properties on. that is why it hasn't been implemented! i tried to just do javascript (without being embedded in a function) inside a script tag but the focus method will not work. however a test alert will work... hmmmm....
11/7/2001 1:17:11 AM
where are you putting the script? maybe the script is executing before the form and text areas are loaded on the page?i don't know a lot about javascript...just throwing out ideas.
11/7/2001 3:38:25 AM
I wouldnt want it moving my cursor. If you really need this, buy an optical mouse and stop bitching about how you cant move it good enough to get it there
11/10/2001 4:39:41 AM
it's not that i can't move my mouse.when i click reply, i want to reply...so i click reply and start typing. however, the focus is not on the text box so i must click again before i can start replying.it would be more efficient to have the cursur automatically placed in the box on the reply page (since you obviously wanted to reply) than to have to click there first.and FYI: i have an optical mouse...that has nothing to do with it.
11/10/2001 4:47:19 AM
what if u are quoting something? you dont click there first. or what if you want to look at the thread again in the mini-window at the bottom?
11/11/2001 2:51:30 AM
i finally got around to this... and individual titles for each page! coming here in a minute!
12/14/2001 4:20:14 PM
the titles make it a lot easier to make links on my desktop to shit. before it wanted to overwrite each one
12/14/2001 11:14:20 PM