I have installed the WordPressMU and all functions are working. Subdomains too. Able to create new subdomains [blogs] and all.
For that Thanks a bunch guys. I never thought it would be this easy.
Alright, now I want to have a JavaScript to catch the key pressed in the "Title" input text field in the "post-new.php".
onKeyDown works, onKeyUp works.
But onKeyPress DOES NOT work! the event is NOT even fired. I don't know why that event is not fired! Is it something already in "post-new.php" prevents it from executing?
Can anybody help me please!