also @ TechSpot: Desktop Core i3 Ivy Bridge CPUs leaked ahead of launch
Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Sign up or Login to participate.

Go Back   TechSpot OpenBoards > TechSpot Editorial and Site Feedback > Site Feedback and Suggestions

Download Now:

Private message button/tickmark

Reply
Thread Tools Search this Thread
  #1  
Old 04-15-2002
Mictlantecuhtli's Avatar
TechSpot Special Forces
 
Location: Finland
Member since: Feb 2002, 4,886 posts
System specs
Private message button/tickmark

I just happened to notice that there is a button/tickmark next to "Date/Time Sent", what does it do?
Attached Images
File Type: png button.png (5.0 KB, 11 views)
  #2  
Old 04-15-2002
poertner_1274's Avatar
secroF laicepS topShceT
 
Location: Saint Louis, MO, USA
Member since: Feb 2002, 4,742 posts
System specs
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  
Old 04-16-2002
Mictlantecuhtli's Avatar
TechSpot Special Forces
 
Location: Finland
Member since: Feb 2002, 4,886 posts
System specs
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  
Old 04-16-2002
SNGX1275's Avatar
TechSpot Forces Special
 
Location: Rolla, Missouri, USA
Member since: Feb 2002, 10,815 posts
System specs
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  
Old 04-16-2002
Mictlantecuhtli's Avatar
TechSpot Special Forces
 
Location: Finland
Member since: Feb 2002, 4,886 posts
System specs
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;
	}
}
Reply

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
Search this Thread:

Advanced Search
All times are GMT -4. The time now is 05:10 AM.