PalmSource Releases Installer 1.5 That Works Over The Air (OTA)
Filed under: Treo and Palm news | Comments Off
Filed under: Treo and Palm news | Comments Off
Use the form below to unsubscribe from our newsletters.
Unsubscribe from our Newsletter
* Your Email Address:
function CheckMultiple(name)
{
theFrm = document.frmSS;
for (var i=0; i < theFrm.length; i++)
{
fldObj = theFrm.elements[i];
var fieldnamecheck=fldObj.name.indexOf(name);
if (fieldnamecheck != -1) {
if (fldObj.checked) {
return true;
}
}
}
return false;
}
function CheckSS()
{
theFrm = document.frmSS;
hasDot = theFrm.Email.value.indexOf(”.”);
hasAt = theFrm.Email.value.indexOf(”@”);
if (hasDot == -1 || hasAt == -1)
{
alert(”Please enter a valid email address.”);
theFrm.Email.focus();
theFrm.Email.select();
return false;
}
return [...]
Filed under: Site news | Comments Off
Use this form to subscribe to our newsletters.
Subscribe to our Newsletter
* Your Email Address:
* Preferred Format:
TextHTML
Name:
mytreo.net forum username:
* Current Treo model:
Not SetTreo 700wTreo 650Treo 600Treo 90/180/300Other Palm
Store special offers:
General newsletter:
Downloads newsletter:
// check multi checkboxes based on the name passed in.
function CheckMultiple(name)
{
theFrm = document.frmSS;
for (var i=0; i < theFrm.length; i++)
{
fldObj = theFrm.elements[i];
var fieldnamecheck=fldObj.name.indexOf(name);
if (fieldnamecheck != -1) [...]
Filed under: Site news | Comments Off
Filed under: Treo and Palm news | Comments Off
Filed under: Uncategorized | Comments Off