ulTRAX'S ARCHIVE
WTV SOURCE CODE
CHOOSE WHO CAN SEND MESSAGES
wtv-setup:/messenger-edit-list
Created: 9-13-2000. Source code © WNI. Page design and Entire Site © ulTRAX@webtv.net.
Press "PREVIEW" to see actual page. Source code courtesy of MattMan.
~ WTV SOURCE CODE INDEX ~
JAVASCRIPT ERROR!! RELOAD
Choose who can send messages
Help
Choose who can send messages
if (Blim.isClosedMode()) { if (listCount > 0) { document.write("Only the people listed here are allowed to send you messages. "); document.write("Everyone else is blocked from contacting you with Messenger."); } else { document.write("Currently no one is allowed to contact you with Messenger."); } } else { if (listCount > 0) { document.write("The people listed here are blocked from contacting you with Messenger."); } else { document.write("Currently no one is blocked from contacting you with Messenger."); } }