Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Sign up or Login to participate.
|
|||||||
Download Now:
Private message button/tickmark
![]() |
|
|
Thread Tools | Search this Thread |
|
#1
|
||||
|
||||
|
Private message button/tickmark
I just happened to notice that there is a button/tickmark next to "Date/Time Sent", what does it do?
|
|
#2
|
||||
|
||||
|
That is so you can check them and then choose delete. So you don't delete ones you want to keep, or you can forward them to other people. Nothing too special. But in order to either delete or forward you have to check at least one of the boxes.
|
|
#3
|
||||
|
||||
|
Yes, of course I can select messages but there's a checkbox above messages, too, which doesn't seem to do anything. Is it just a bug?
|
|
#4
|
||||
|
||||
|
I just looked at your screen shot. Are you refering to the box that doesn't have a date by it? It is supposed to select all when you check that. Possibly the browser you are using in *IX doesn't support that? Have you tried it with a different browser?
|
|
#5
|
||||
|
||||
|
Yep, it's JavaScript, that's why it doesn't work in NetPositive. Thanks for answering
![]() Code:
function CheckCheckAll() {
var TotalBoxes = 0;
var TotalOn = 0;
for (var i=0;i<document.form.elements.length;i++) {
var e = document.form.elements[i];
if ((e.name != 'allbox') && (e.type=='checkbox')) {
TotalBoxes++;
if (e.checked) {
TotalOn++;
}
}
}
if (TotalBoxes==TotalOn) {
document.form.allbox.checked=true;
} else {
document.form.allbox.checked=false;
}
}
|
|
|
![]() |
| Similar Topics | ||||
| Topic | Replies | Forum | ||
Private Message Character Limit
|
14 | Site Feedback and Suggestions | ||
Private Message Pop-Up Indicator
|
3 | Site Feedback and Suggestions | ||
Pop up a box when you receive a Private Message?
|
1 | General Discussion | ||
Private Message pop ups
|
7 | Site Feedback and Suggestions | ||
| Thread Tools | Search this Thread |
|
|
All times are GMT -4. The time now is 05:10 AM.




Private Message Character Limit